cleanup css comments

This commit is contained in:
Ashley Blewer 2016-01-07 19:57:14 -05:00
parent 9c16293617
commit f7c273df6b

View File

@ -17,7 +17,6 @@ h1 {
} }
div { div {
/*font-family: 'Ubuntu', sans-serif;*/
font-family: 'Merriweather', serif; font-family: 'Merriweather', serif;
color: white; color: white;
} }
@ -26,7 +25,6 @@ div {
margin: 8px; margin: 8px;
} }
/* Bubble Float Top */
.btn { .btn {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
@ -59,4 +57,3 @@ div {
-webkit-transform: scale(1.3) translateZ(0); -webkit-transform: scale(1.3) translateZ(0);
transform: scale(1.3) translateZ(0); transform: scale(1.3) translateZ(0);
} }