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:
parent
4775d8e925
commit
15813f38ef
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user