diff options
Diffstat (limited to 'css/skunky.css')
| -rw-r--r-- | css/skunky.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/skunky.css b/css/skunky.css index ef281ce..4a4af0d 100644 --- a/css/skunky.css +++ b/css/skunky.css @@ -47,6 +47,11 @@ form input, button, select { .msg:hover { background-color: #134134; } +.reply { + border-radius: 0px 2px 2px 0px; + border-left: #258268 solid; + margin-left: 40px; +} .dd { color: rgb(160, 0, 147); } |
