1
0
Fork 0

fix minor placement issues on old themes from testbubble theme changes

This commit is contained in:
Friendika 2011-09-25 22:29:30 -07:00
commit 428e676641
2 changed files with 34 additions and 0 deletions

View file

@ -219,6 +219,20 @@ section {
margin-right: 1em;
}
#tabs-wrapper {
height: 27px;
background-image: url(head.jpg);
background-repeat: repeat-x;
background-position: 0px -20px;
border-bottom: 1px solid #babdb6;
}
.tabs {
display:block;
float:left;
padding: 0.4em;
margin-right: 1em;
}
/* footer */
footer {