MDL-49237 theme_bootstrapbase: calendar block captions made smaller

This commit is contained in:
Martin Mastny
2015-02-25 15:29:29 +08:00
parent 95751e81ac
commit d70503a913
2 changed files with 7 additions and 1 deletions
@@ -316,6 +316,12 @@
.muted;
}
}
caption {
font-size: inherit;
font-weight: inherit;
line-height: inherit;
text-align: center;
}
}
.calendar-event-panel {
background-color: @grayLighter;
File diff suppressed because one or more lines are too long