File tree Expand file tree Collapse file tree 4 files changed +25
-20
lines changed
Expand file tree Collapse file tree 4 files changed +25
-20
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ $lightgray = #999
1010padded-link ($padding )
1111 padding-left $padding
1212 padding-right $padding
13- margin-left - $padding
14- margin-right - $padding
13+ margin-left $padding * - 1
14+ margin-right $padding * - 1
Original file line number Diff line number Diff line change 44body
55 box-sizing border-box
66 font 300 20px / 1.5 'Source Sans Pro' , Arial , sans-serif
7- color #0 0 0
7+ color #3 3 3
88 margin 0
99
1010header ,
Original file line number Diff line number Diff line change @@ -28,23 +28,28 @@ header
2828 & .active :first-child :after
2929 margin-left - ($border-width )px
3030
31- a ,
32- a :link ,
33- a :active
34- padding 0 8 px
35- text-transform uppercase
36- font-size 14 px
37- // the header css apparently disobeys cascading rules, so, !important.
38- color #c c c !important
39-
40- a :hover
41- background-color transparent
42- text-decoration underline
31+ nav
32+ a ,
33+ a :link ,
34+ a :active
35+ padding 0 8 px
36+ text-transform uppercase
37+ font-size 14 px
38+ color #c c c
39+
40+ a :hover
41+ background-color transparent
42+ text-decoration underline
4343
4444#logo
45- width 182px
46- margin 30px auto
45+ display block
46+ width 9em
47+ margin .5em auto 1em auto
4748 border none
4849
49- #logo img
50- width 182px
50+ & :hover
51+ background-color transparent
52+ text-decoration underline
53+
54+ img
55+ display block
Original file line number Diff line number Diff line change 11.linuxfoundation-footer
22 width 100%
3- padding 0 20px 1 em
3+ padding 1 em 20px
44 font-size 14px
55 color #f f f
66 background #40 40 42
You can’t perform that action at this time.
0 commit comments