2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

Remove units for zero values

Units are ignored for zero values in CSS except for a few edge cases.
This commit is contained in:
Nick Schonning 2014-03-06 01:14:51 -05:00
parent 15c46af838
commit 4f1a517490
25 changed files with 69 additions and 69 deletions

View file

@ -64,7 +64,7 @@
width: 100%;
padding: 5px 8px;
}

#profile-background-preview {
height: 150px;
background-position: center center;
@ -175,7 +175,7 @@

.controls {
background-color: lighten($secondary_background_color, 60%);
margin-top: 0px;
margin-top: 0;
padding: 10px 10px 0 10px;

.btn {
@ -224,7 +224,7 @@

.user-stream {
.excerpt {
margin: 5px 0px;
margin: 5px 0;
font-size: 13px;
word-wrap: break-word;
color: lighten($primary_text_color, 30%);