2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-02-08 12:41:09 +00:00

[svn] fix the revert and css

This commit is contained in:
goatchurch
2009-06-09 19:15:31 +01:00
parent 6237a19d17
commit d87f221a2b
2 changed files with 18 additions and 3 deletions

View File

@@ -344,4 +344,21 @@ h1 {
.noticeBox {
border:thin black solid; width: 40%; color:#F00; margin-left:auto; margin-right:auto
}
}
div.codeframebit
{
border:thin black solid;
background-color: #ffffdf;
}
CodeMirror-line-numbers
{
background-color: #bbb;
}
div#difflistajax
{
margin-left: 5px;
background-color: #dfffdf;
border: thin green solid;
}