From 23f95543d7298a2b1e763fe03ae4c6cd7de4597e Mon Sep 17 00:00:00 2001 From: noxy Date: Wed, 1 Feb 2017 10:22:38 +0000 Subject: [PATCH 1/2] Update krautchan.css --- s/krautchan.css | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) 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 From a486ef32ddb1e8d6666e611384051c56ed4e121d Mon Sep 17 00:00:00 2001 From: noxy Date: Wed, 1 Feb 2017 10:23:58 +0000 Subject: [PATCH 2/2] Update krautchan.css --- s/krautchan.css | 1 + 1 file changed, 1 insertion(+) diff --git a/s/krautchan.css b/s/krautchan.css index 3da7ab7..0eca39a 100644 --- a/s/krautchan.css +++ b/s/krautchan.css @@ -80,4 +80,5 @@ code { background: #aaaacc; border-right: 1px solid black; border-bottom: 1px solid black; + padding-top: 0; } \ No newline at end of file