Update layout.css
Resize fix: test 1
This commit is contained in:
parent
1dfb7e9702
commit
dfba48051b
@ -97,7 +97,7 @@ background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
|
|||||||
|
|
||||||
section#secondary_bar .user {
|
section#secondary_bar .user {
|
||||||
float: left;
|
float: left;
|
||||||
width: 10%;
|
width: 12%;
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
}
|
}
|
||||||
@ -192,8 +192,7 @@ margin: 0 5px;
|
|||||||
/* Sidebar */
|
/* Sidebar */
|
||||||
|
|
||||||
aside#sidebar {
|
aside#sidebar {
|
||||||
min-width: 150px;
|
width: 12%;
|
||||||
width: 10%;
|
|
||||||
background: #E0E0E3 url(../images/sidebar.png) repeat;
|
background: #E0E0E3 url(../images/sidebar.png) repeat;
|
||||||
float: left;
|
float: left;
|
||||||
min-height: 85%;
|
min-height: 85%;
|
||||||
@ -321,7 +320,7 @@ background: url("../images/sidebar_shadow.png") repeat-y scroll left top transpa
|
|||||||
float: left;
|
float: left;
|
||||||
margin-top: -2px;
|
margin-top: -2px;
|
||||||
min-height: 85%;
|
min-height: 85%;
|
||||||
width: 88%;
|
width: 87%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main h3 {
|
#main h3 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user