Skip to content

Commit

Permalink
* A couple of CSS tweaks that I don't have time to elaborate on. (ind…
Browse files Browse the repository at this point in the history
…ex.css, sections.css)
  • Loading branch information
Nao committed Mar 5, 2014
1 parent ca3053c commit 77f4d9e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
3 changes: 2 additions & 1 deletion core/skins/index.css
Expand Up @@ -166,7 +166,7 @@ body

#sideshow mixes .hide
cursor: pointer
padding: 2px 0 0 1em
padding: 5px 0 0 1em
float: right
width: 16px
// These will still need a px-based fallback, for a few years at least.
Expand Down Expand Up @@ -1317,6 +1317,7 @@ table
border: 0
margin: 4px 8px
max-width: 100%
height: auto // avoids problems with hardcoded img heights

.bbc_table
font, color: inherit
Expand Down
13 changes: 7 additions & 6 deletions core/skins/sections.css
Expand Up @@ -1204,8 +1204,7 @@ tr.windowbg td
text-decoration: none
border-bottom: 1px solid #346
ul
margin: 0
padding: 0
margin, padding: 0
li
list-style: none
float: left
Expand Down Expand Up @@ -1509,10 +1508,8 @@ body.waiting *
@media $responsive
body
padding: 0
#wedge
border-radius: 0
@if opera, ios
#header, #footer
@if $radius
#wedge, #header, #footer
border-radius: 0
@endif
#edge
Expand All @@ -1528,6 +1525,8 @@ body.waiting *
#sideshow mixes .inline-block
#sidebar
display: none
input[type=text], input:not([type])
max-width: 100%
@endif

@if !ie[-8]
Expand Down Expand Up @@ -1563,6 +1562,8 @@ body.waiting *
#header h1
margin-top: 8px
font-size: 2.2em
img
margin-top: 0
#upper_section
height: 60px
#slogan
Expand Down

0 comments on commit 77f4d9e

Please sign in to comment.