diff options
Diffstat (limited to 'static/css/txt/ayashii.css')
-rw-r--r-- | static/css/txt/ayashii.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/txt/ayashii.css b/static/css/txt/ayashii.css index d75894c..42d1837 100644 --- a/static/css/txt/ayashii.css +++ b/static/css/txt/ayashii.css @@ -7,7 +7,7 @@ h2 span{font-weight:initial;font-size:24px;margin-left:4px;display:inline-block; h3{margin-bottom:.5em;padding-bottom:.5em} h4:before{content:">";color:#FFFFFE;display:inline-block;font-size:16px;width:40px} .first h4:before{content:none} -input[type=submit],input[type=button],button,#themeSelector{border:1px outset #FFF;background:#DDD;color:#000} +input[type=submit],input[type=button],button{border-width:2px;border-style:outset ridge ridge outset;border-color:#FFF #000 #000 #FFF;background:#DDD;color:#000;padding:0 8px} #main_nav,.banner{background:inherit;text-align:left;margin:0;padding-left:2.5%} #titlebox{margin-bottom:1em;margin-top:5px} .threadnav a{margin-left:4px} |