aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ventanas.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/ventanas.css')
-rw-r--r--static/css/txt/ventanas.css22
1 files changed, 7 insertions, 15 deletions
diff --git a/static/css/txt/ventanas.css b/static/css/txt/ventanas.css
index 6ca4e1a..c98e872 100644
--- a/static/css/txt/ventanas.css
+++ b/static/css/txt/ventanas.css
@@ -57,15 +57,11 @@ h3 span {
color: #555;
text-decoration: underline;
}
-h4 {
- padding-top: 0.5em;
-}
hr {
border: 0;
}
hr,
-h4,
-.deleted {
+.reply {
border-top: 2px groove white;
}
.mainpage .first h4 {
@@ -176,7 +172,10 @@ select:focus {
#thread_nav a:hover {
background: #ddd;
}
-. {
+.reply {
+ padding-top: 0.5em;
+}
+.hidden, .deleted {
margin-bottom: 0.5em;
}
.name,
@@ -199,20 +198,13 @@ select:focus {
}
.deleted {
color: gray;
- margin-bottom: 0.5em;
- padding-top: 0.5em;
}
#q-p {
box-shadow: 5px 5px #000;
- padding: 0;
+ padding-top: 0;
}
-#q-p .reply {
- padding: 0.5em;
- margin-bottom: 0.5em;
-}
-#q-p .reply:first-child h4 {
+#q-p .reply:first-child {
border: 0;
- padding: 0;
}
.postform,
.formpad {