consistent use of tabs rather than spaces in css (closes #121)

This commit is contained in:
hakimel
2012-08-15 20:40:16 -04:00
parent 9688a52437
commit 0b548bfd5d
2 changed files with 65 additions and 65 deletions

View File

@ -43,15 +43,15 @@ body {
}
::-moz-selection {
background:rgba(79, 64, 28, 0.99);
background:rgba(79, 64, 28, 0.99);
color: white;
}
::-webkit-selection {
background:rgba(79, 64, 28, 0.99);
background:rgba(79, 64, 28, 0.99);
color: white;
}
::selection {
background:rgba(79, 64, 28, 0.99);
background:rgba(79, 64, 28, 0.99);
color: white;
}