I2PSnark: Modify border decoration on messages pane.

This commit is contained in:
z3d
2009-07-23 19:08:04 +00:00
parent ee419454f4
commit d84352896f

View File

@ -89,19 +89,17 @@ body {
font-weight: bold;
text-align: left;
margin: 0 0 15px 0;
border: 0px;
padding: 0px;
border-spacing: 0px;
-moz-border-radius: 4px 0 4px 4px;
-moz-border-radius: 4px 0 0 0;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #001;
border: 2px solid #930;
text-align: center;
overflow-x: scroll;
background: #ddf url('../console/images/orangetile.png');
color: #531;
height: 64px;
border-bottom: 5px solid #001;
}
pre {