diff --git a/s/krautchan.css b/s/krautchan.css index a5a6369..3da7ab7 100644 --- a/s/krautchan.css +++ b/s/krautchan.css @@ -53,14 +53,6 @@ input, select, textarea { color: #000000; } -.controls { - text-align: center; - padding-top: 10px; - color: #eeeeee; - font-weight: bold; - font-size: 120%; -} - .irc { margin: 20px; color: #000000; @@ -68,4 +60,24 @@ input, select, textarea { code { color: #3d3dff; +} + +.return { + text-align: center; + border: 1px solid black; + width: 300px; + margin: 0 auto; + background: #aaaacc; +} + +.controls { + text-align: center; + color: #3333cc; + font-weight: bold; + width: 300px; + margin: 0 auto; + border-left: 1px solid black; + background: #aaaacc; + border-right: 1px solid black; + border-bottom: 1px solid black; } \ No newline at end of file