diff options
author | Señor X | 2019-04-05 03:50:25 -0300 |
---|---|---|
committer | Señor X | 2019-04-05 03:52:47 -0300 |
commit | 6e2a0f64d910b6ccb4d09846ea313e3f308fd747 (patch) | |
tree | e9752724539336bdf9c14d3af89c2af52ea36ded /static/css/txt | |
parent | 7d62e3d0ec4f96d6708e0946dffd81bded9f0aca (diff) | |
download | weabot-6e2a0f64d910b6ccb4d09846ea313e3f308fd747.tar.gz weabot-6e2a0f64d910b6ccb4d09846ea313e3f308fd747.tar.xz weabot-6e2a0f64d910b6ccb4d09846ea313e3f308fd747.zip |
Moviendo funciones de hora local de weabot.js y weabotxt.js a shobon.js + Delegación
Diffstat (limited to 'static/css/txt')
-rw-r--r-- | static/css/txt/postal.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/txt/postal.css b/static/css/txt/postal.css index fc5957e..87f03af 100644 --- a/static/css/txt/postal.css +++ b/static/css/txt/postal.css @@ -21,7 +21,7 @@ h4{background:#F0E7CE;color:#686868;padding-left:3px} .thread .innerbox{background:#FFF;box-shadow:1px 1px 0 rgba(0,0,0,0.1),3px 3px 0 rgba(255,255,255,1),4px 4px 0 rgba(0,0,0,0.125),6px 6px 0 rgba(255,255,255,1),7px 7px 0 rgba(0,0,0,0.15),9px 9px 0 rgba(255,255,255,1),10px 10px 0 rgba(0,0,0,0.175),12px 12px 0 rgba(255,255,255,1),13px 13px 0 rgba(0,0,0,0.175);margin:8px 12px 8px 0;padding:8px} #thread_nav{background:#FFF;font-style:italic;padding:1.5em 8px .5em} .threadpage .thread{background-color:#FFF;background-position:bottom;background-repeat:repeat-x;background-size:100% 1em;overflow:hidden;padding:0 10px 1em} -.innerbox.links {border-top:2px solid #E5B98D;margin:-1px;padding:12px} +.innerbox.links{border-top:1px solid #E5B98D;margin:0 -1px} .name,.abbrev{color:#416D91} .name em{color:#009} .del a{color:#000} |