Adds spaces in CSS selectors for a consistent style

pull/6482/head
Tim Hordern 2016-01-26 23:22:21 -05:00
parent e5e45815d8
commit d895053a70
1 changed files with 12 additions and 12 deletions

View File

@ -2544,11 +2544,11 @@
"",
" .yellow-box {",
" background-color: yellow;",
" padding:10px;",
" padding: 10px;",
" }",
" ",
" .red-box {",
" background-color:red;",
" background-color: red;",
" padding: 20px;",
" }",
"",
@ -2612,11 +2612,11 @@
"",
" .yellow-box {",
" background-color: yellow;",
" padding:10px;",
" padding: 10px;",
" }",
" ",
" .red-box {",
" background-color:red;",
" background-color: red;",
" padding: 20px;",
" margin: 20px;",
" }",
@ -2679,11 +2679,11 @@
"",
" .yellow-box {",
" background-color: yellow;",
" padding:10px;",
" padding: 10px;",
" }",
" ",
" .red-box {",
" background-color:red;",
" background-color: red;",
" padding: 20px;",
" margin: -15px;",
" }",
@ -2744,11 +2744,11 @@
"",
" .yellow-box {",
" background-color: yellow;",
" padding:10px;",
" padding: 10px;",
" }",
" ",
" .red-box {",
" background-color:red;",
" background-color: red;",
" padding-top: 40px;",
" padding-right: 20px;",
" padding-bottom: 20px;",
@ -2811,11 +2811,11 @@
"",
" .yellow-box {",
" background-color: yellow;",
" padding:10px;",
" padding: 10px;",
" }",
" ",
" .red-box {",
" background-color:red;",
" background-color: red;",
" margin-top: 40px;",
" margin-right: 20px;",
" margin-bottom: 20px;",
@ -2882,7 +2882,7 @@
" }",
" ",
" .red-box {",
" background-color:red;",
" background-color: red;",
" padding: 20px 40px 20px 40px;",
" }",
"",
@ -2949,7 +2949,7 @@
" }",
" ",
" .red-box {",
" background-color:red;",
" background-color: red;",
" margin: 20px 40px 20px 40px;",
" }",
"",