I2PSnark: Modify border decoration on messages pane.
This commit is contained in:
@ -89,19 +89,17 @@ body {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 0 0 15px 0;
|
margin: 0 0 15px 0;
|
||||||
border: 0px;
|
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
border-spacing: 0px;
|
border-spacing: 0px;
|
||||||
-moz-border-radius: 4px 0 4px 4px;
|
-moz-border-radius: 4px 0 0 0;
|
||||||
-khtml-border-radius: 4px;
|
-khtml-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
border: 1px solid #001;
|
border: 2px solid #930;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
background: #ddf url('../console/images/orangetile.png');
|
background: #ddf url('../console/images/orangetile.png');
|
||||||
color: #531;
|
color: #531;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
border-bottom: 5px solid #001;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
Reference in New Issue
Block a user