beautify_css

This commit is contained in:
Ilya Kantor 2015-03-09 18:51:07 +03:00
parent 5c2f32e184
commit ecf1478e7e
81 changed files with 699 additions and 694 deletions

View file

@ -11,5 +11,4 @@
.welcome {
background: red;
color: yellow;
}
}

View file

@ -11,5 +11,4 @@
.welcome {
background: red;
color: yellow;
}
}

View file

@ -4,7 +4,7 @@ body {
}
#field {
overflow: hidden;
overflow: hidden;
width: 200px;
height: 150px;
border-top: 10px solid black;
@ -24,4 +24,4 @@ body {
border-left: 20px solid red;
text-indent: -20px;
font: 12px/1 monospace;
}
}

View file

@ -4,7 +4,7 @@ body {
}
#field {
overflow: hidden;
overflow: hidden;
width: 200px;
height: 150px;
border-top: 10px solid black;
@ -24,4 +24,4 @@ body {
border-left: 20px solid red;
text-indent: -20px;
font: 12px/1 monospace;
}
}

View file

@ -9,11 +9,11 @@
}
blockquote {
background:#f9f9f9;
border-left:10px solid #ccc;
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 0 0 0 100px;
padding:.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
padding: .5em 10px;
quotes: "\201C""\201D""\2018""\2019";
display: inline-block;
white-space: pre;
}
@ -21,8 +21,8 @@ blockquote {
blockquote:before {
color: #ccc;
content: open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}
font-size: 4em;
line-height: .1em;
margin-right: .25em;
vertical-align: -.4em;
}

View file

@ -9,11 +9,11 @@
}
blockquote {
background:#f9f9f9;
border-left:10px solid #ccc;
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 0 0 0 100px;
padding:.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
padding: .5em 10px;
quotes: "\201C""\201D""\2018""\2019";
display: inline-block;
white-space: pre;
}
@ -21,8 +21,8 @@ blockquote {
blockquote:before {
color: #ccc;
content: open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}
font-size: 4em;
line-height: .1em;
margin-right: .25em;
vertical-align: -.4em;
}

View file

@ -9,11 +9,11 @@
}
blockquote {
background:#f9f9f9;
border-left:10px solid #ccc;
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 0 0 0 100px;
padding:.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
padding: .5em 10px;
quotes: "\201C""\201D""\2018""\2019";
display: inline-block;
white-space: pre;
}
@ -21,8 +21,8 @@ blockquote {
blockquote:before {
color: #ccc;
content: open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}
font-size: 4em;
line-height: .1em;
margin-right: .25em;
vertical-align: -.4em;
}

View file

@ -26,4 +26,4 @@ blockquote:before {
line-height: .1em;
margin-right: .25em;
vertical-align: -.4em;
}
}