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