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

Allow the things to be side by side.

This commit is contained in:
Rob Rix 2015-10-23 21:22:58 -04:00
parent 4775d8e925
commit 15813f38ef

View File

@ -7,12 +7,10 @@
width: 50%; width: 50%;
} }
#before { #before {
margin-right: 50%;
float: left; float: left;
background-color: #ffecec; background-color: #ffecec;
} }
#after { #after {
margin-left: 50%;
float: right; float: right;
background-color: #eaffea; background-color: #eaffea;
} }