webapps.wiki: forgot this file.

master
John Benediktsson 2020-02-27 12:49:46 -08:00
parent 79f1b8e409
commit de6d2e2ccd
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
#left {
float: left;
width: 180px;
border-right: 1px solid #ccc;
background: #f3f2ea;
}
#right {
margin-left: 180px;
}