Vier: Border between side menu and content in "flat" style

This commit is contained in:
Michael Vogel 2014-06-15 19:37:14 +02:00
parent dd685a4afc
commit 2747c19bdd
1 changed files with 10 additions and 0 deletions

View File

@ -2,3 +2,13 @@
body, section { background-color: #ffffff !important;}
#profile-jot-form { background-color: #ffffff !important;}
.dspr, .twit, .pump, .dfrn { background-color: #ffffff !important;}
div.pager, ul.tabs {
box-shadow: unset;
background-color: unset;
border-bottom: unset;
}
aside {
border-right: 1px solid #D2D2D2;
}