1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 11:04:00 +03:00

Columns have no background colour.

This commit is contained in:
Rob Rix 2015-10-23 21:25:50 -04:00
parent 15813f38ef
commit dc4fd6f659

View File

@ -8,11 +8,9 @@
} }
#before { #before {
float: left; float: left;
background-color: #ffecec;
} }
#after { #after {
float: right; float: right;
background-color: #eaffea;
} }
body { body {
margin: 0; margin: 0;