Merge branch 'MDL-44953-master' of git://github.com/FMCorz/moodle

This commit is contained in:
Sam Hemelryk 2014-05-20 11:43:13 +12:00
commit 58a3ed7df3

View File

@ -11,3 +11,9 @@
@formActionsBackground: @wellBackground;
@paginationActiveBackground: @wellBackground;
@hrBorder: darken(@wellBackground, 5%);
// Remove unwanted text shadow, this can look odd with random colours.
.breadcrumb li,
.nav-header {
text-shadow: none;
}