mirror of
https://github.com/scratchfoundation/scratchwikiskin.git
synced 2024-12-03 12:26:56 -05:00
Update main.css
header more consistent with main site
This commit is contained in:
parent
cbe23a9c17
commit
94489d514c
1 changed files with 4 additions and 3 deletions
7
main.css
7
main.css
|
@ -11,7 +11,7 @@ header {
|
|||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 33px;
|
||||
height: 35px;
|
||||
padding: 0 10px;
|
||||
background-color: #0F8BC0;
|
||||
-webkit-box-shadow: 0 1px 1px #ccc;
|
||||
|
@ -27,8 +27,9 @@ a.scratch{
|
|||
display: block;
|
||||
width: 80px;
|
||||
height: 35px;
|
||||
background: url("scratchlogo.png") center center no-repeat;
|
||||
background: url("scratchlogo.png") left center no-repeat;
|
||||
text-indent: -99999em;
|
||||
padding: 0 2px;
|
||||
}
|
||||
a.scratch:hover{
|
||||
background: url("scratchlogo_highlight.png") center center no-repeat;
|
||||
|
@ -53,7 +54,7 @@ header li a {
|
|||
display: block;
|
||||
border-left: 1px solid #149acb;
|
||||
padding: 0px 15px;
|
||||
line-height: 33px;
|
||||
line-height: 35px;
|
||||
text-decoration: none !important;
|
||||
cursor: pointer;
|
||||
|
||||
|
|
Loading…
Reference in a new issue