aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ventanas.css
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-27 03:41:48 -0300
committerLibravatar Choom 2022-12-27 06:20:20 -0300
commit15242f613190f053c541679b61f5db293f79b98a (patch)
treeb8ce2f209aea35d7203eba896b92816a86089ca5 /static/css/txt/ventanas.css
parentc78796fe7fb6c266d858ff02d0ca557825d425a8 (diff)
downloadweabot-15242f613190f053c541679b61f5db293f79b98a.tar.gz
weabot-15242f613190f053c541679b61f5db293f79b98a.tar.xz
weabot-15242f613190f053c541679b61f5db293f79b98a.zip
Fix borde ventanas.css
Diffstat (limited to 'static/css/txt/ventanas.css')
-rw-r--r--static/css/txt/ventanas.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/static/css/txt/ventanas.css b/static/css/txt/ventanas.css
index db2a495..235225e 100644
--- a/static/css/txt/ventanas.css
+++ b/static/css/txt/ventanas.css
@@ -60,7 +60,8 @@ hr {
border: 0;
}
hr,
-.reply {
+.reply,
+#size {
border-top: 2px groove white;
}
.mainpage .first h4 {
@@ -213,6 +214,9 @@ form .msg {
background: #ffffe0;
border: 1px solid #000;
}
+#size {
+ padding-top: 0.5em;
+}
#footer {
color: #fff;
}
@@ -249,4 +253,4 @@ form .msg {
#createbox form {
margin: -10px;
}
-} \ No newline at end of file
+}