Skip to content

Commit edc686e

Browse files
XhmikosRTrott
authored andcommitted
Minor CSS cleanup. (#2394)
* simplify padding shorthand * remove units from 0 * use `property-name | duration | timing function` for transition shorthand * remove trailing spaces * add missing EOF
1 parent 229e9f0 commit edc686e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

layouts/css/page-modules/_footer.styl

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
footer
22
margin-top 2em
33
background-color $node-gray
4-
padding 0 0px
4+
padding 0
55

66
a,
77
a:link,
@@ -13,4 +13,4 @@ footer
1313
text-decoration underline
1414

1515
&.no-margin-top
16-
margin-top 0px
16+
margin-top 0

layouts/css/page-modules/_header.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ header
2424
a:hover
2525
background-color transparent
2626
text-decoration underline
27-
27+
2828
#lang-picker-toggler
2929
position absolute
3030
right 0

layouts/css/page-modules/_home.styl

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
.home-banner
4444
opacity 1
45-
transition .2s opacity ease-in-out
45+
transition opacity .2s ease-in-out
4646

4747
&:hover
4848
opacity 0.85
@@ -65,7 +65,7 @@
6565
font-size 30px
6666
font-weight 400
6767

68-
transition .2s background-color ease-in-out
68+
transition background-color .2s ease-in-out
6969

7070
&:hover
7171
background-color $node-green

layouts/css/styles.styl

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
width 100%
7777
float none
7878
article
79-
margin-left 0px
79+
margin-left 0
8080

8181
.full-width
8282
width 100%
@@ -109,9 +109,9 @@ html[dir="rtl"]
109109

110110
article
111111
margin-right 220px
112-
margin-left 0px
112+
margin-left 0
113113

114114
@media screen and (max-width: 480px)
115115
.has-side-nav
116116
article
117-
margin-right 0px
117+
margin-right 0

0 commit comments

Comments
 (0)