aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/headline.css
diff options
context:
space:
mode:
authorLibravatar Terry 2019-03-29 00:25:15 -0300
committerLibravatar Terry 2019-03-29 00:25:15 -0300
commited43a43c946003dbdf4c5eb10bf07a2ad76dccd1 (patch)
tree6e29ab4cfd2afbd5d1d9a5707a0f2b3f90bb66fd /static/css/txt/headline.css
parent95dfe14528663923ca2a88ec928f1d8d9df2402b (diff)
downloadweabot-ed43a43c946003dbdf4c5eb10bf07a2ad76dccd1.tar.gz
weabot-ed43a43c946003dbdf4c5eb10bf07a2ad76dccd1.tar.xz
weabot-ed43a43c946003dbdf4c5eb10bf07a2ad76dccd1.zip
Consistencia
Diffstat (limited to 'static/css/txt/headline.css')
-rw-r--r--static/css/txt/headline.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css
index 8fb085b..2f6ceac 100644
--- a/static/css/txt/headline.css
+++ b/static/css/txt/headline.css
@@ -8,9 +8,9 @@ h2,h3{background:#EEE;border-bottom:2px solid #F70;display:inline-block;padding:
h3{margin:0.7em 0}
h4{background:#EEE;border-bottom:1px solid #BBB;padding:0 3px}
hr{display:none}
-input,input[type="text"],textarea,button{border:1px solid #000}
-input[type="submit"],input[type="button"],button{background:#DDD;padding:2px 10px}
-input[type="submit"]:active,input[type="button"]:active,button:active{background:#CCC}
+input,input[type="submit"],input[type="button"],input[type="text"],textarea,button{border:1px solid #000}
+input[type="submit"],input[type="button"],button{background:#DDD}
+input[type="submit"]:active,input[type="button"]:active,button:active{background:#CCC;border-style:solid}
.outerbox,#titlebox .innerbox:first-child,.postform,.lastposts,#content{background:#EEE;border-bottom:2px solid #BBB}
.innerbox{margin:0;padding:10px}
#threadlist{background:#fff;border:1px inset #bbb}