Merge pull request #291 from pichalite/skins-fix

add bootswatch skin class to body tag
main
Barış Soner Uşaklı 9 years ago committed by GitHub
commit 304909d358

@ -22,7 +22,6 @@
}
a {
color: inherit;
white-space: normal;
overflow: hidden;
margin: 0;
@ -358,3 +357,14 @@
}
}
}
body.skin-default .header {
.notification-list {
li {
a {
color: inherit;
}
}
}
}

@ -37,7 +37,7 @@
<!-- ENDIF useCustomCSS -->
</head>
<body class="{bodyClass}">
<body class="{bodyClass} skin-{config.bootswatchSkin}">
<nav id="menu" class="hidden">
<section class="menu-profile">
<!-- IF user.uid -->

Loading…
Cancel
Save