Files
server/static/css/grid.css
Roman Shtylman d15e568cea refactor server
* shows some basic statistics on main page
* move tcp proxy setup into separate file
* migrate github page theme to be hosted locally
2013-06-18 23:00:45 -04:00

9 lines
86 B
CSS

.row {
position: relative;
}
.row .half {
width: 49%;
display: inline-block;
}