1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 02:44:36 +03:00

Paint the columns.

This commit is contained in:
Rob Rix 2015-10-21 11:11:37 -04:00
parent 13113090fd
commit 57f393c2cf

View File

@ -5,11 +5,13 @@
<style type="text/css">
#before {
width: 50%;
background: #ffecec;
float: left;
white-space: pre-wrap;
}
#after {
width: 50%;
background: #eaffea;
float: right;
white-space: pre-wrap;
}