fix
This commit is contained in:
parent
017b0e3970
commit
70387df3cc
@ -15,7 +15,7 @@ body {
|
||||
#window {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background: #333;
|
||||
background: #343434;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
@ -29,7 +29,10 @@ body {
|
||||
font-size: 16px;
|
||||
font-family: "Myriad Pro", sans-serif;
|
||||
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25);
|
||||
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
|
||||
#topbar ul li {
|
||||
float: left;
|
||||
padding: 0 10px;
|
||||
|
Loading…
Reference in New Issue
Block a user