aboutsummaryrefslogtreecommitdiff
path: root/p/themes
diff options
context:
space:
mode:
Diffstat (limited to 'p/themes')
-rw-r--r--p/themes/Pafat/pafat.css3
-rw-r--r--p/themes/base-theme/template.css10
2 files changed, 10 insertions, 3 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index 5e46a63ca..abe808eab 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -48,9 +48,6 @@ input, select, textarea {
vertical-align: middle;
}
-select{
- height:29px;
-}
option {
padding: 0 .5em;
}
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index 8a12423be..cc36c3ffa 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -44,6 +44,12 @@ p {
margin: 1em 0 0.5em;
font-size: 1em;
}
+sup {
+ line-height: 25px;
+ position: relative;
+ top: -0.8em;
+ vertical-align: baseline;
+}
/*=== Images */
img {
@@ -807,6 +813,10 @@ input:checked + .slide-container .properties {
display: none;
}
+.enclosure > [download] {
+ font-size: xx-large;
+ margin-left: .8em;
+}
/*=== MOBILE */
/*===========*/