diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-24 19:52:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-24 19:52:31 +0200 |
| commit | 613379c63952d5ab76137ab209ce2475515d092e (patch) | |
| tree | 8c0f46ecbac7be1a4df1006c33e696f3e8167d79 | |
| parent | eca70a3d9d49233880fe5389ab84929357228963 (diff) | |
| download | wiki-613379c63952d5ab76137ab209ce2475515d092e.tar.gz wiki-613379c63952d5ab76137ab209ce2475515d092e.tar.bz2 wiki-613379c63952d5ab76137ab209ce2475515d092e.zip | |
More specific rules for downloads elements
| -rw-r--r-- | _sass/style.scss | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/_sass/style.scss b/_sass/style.scss index b3bd69e..b26b98b 100644 --- a/_sass/style.scss +++ b/_sass/style.scss @@ -111,7 +111,7 @@ header { -webkit-font-smoothing:subpixel-antialiased; } -header ul { +header .downloads ul { list-style:none; height:40px; padding:0; @@ -121,22 +121,22 @@ header ul { width:270px; } -header li { +header .downloads li { width:89px; float:left; border-right:1px solid #e0e0e0; height:40px; } -header li:first-child a { +header .downloads li:first-child a { border-radius:5px 0 0 5px; } -header li:last-child a { +header .downloads li:last-child a { border-radius:0 5px 5px 0; } -header ul a { +header .downloads ul a { line-height:1; font-size:11px; color:#999; @@ -146,11 +146,11 @@ header ul a { height:34px; } -header ul a:hover { +header .downloads ul a:hover { color:#999; } -header ul a:active { +header .downloads ul a:active { background-color:#f0f0f0; } @@ -159,12 +159,12 @@ strong { font-weight:700; } -header ul li + li + li { +header .downloads ul li + li + li { border-right:none; width:89px; } -header ul a strong { +header .downloads ul a strong { font-size:14px; display:block; color:#222; @@ -230,7 +230,7 @@ footer { display:inline; } - header ul { + header .downloads ul { position:absolute; right:50px; top:52px; @@ -247,7 +247,7 @@ footer { padding:0; } - header ul, header p.view { + header .downloads ul, header p.view { position:static; } @@ -261,11 +261,11 @@ footer { padding:15px; } - header ul { + header .downloads ul { width:99%; } - header li, header ul li + li + li { + header li, header .downloads ul li + li + li { width:33%; } } |
