1
1
mirror of https://github.com/github/semantic.git synced 2024-11-25 02:58:36 +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%;
}
#before {
margin-right: 50%;
float: left;
background-color: #ffecec;
}
#after {
margin-left: 50%;
float: right;
background-color: #eaffea;
}