aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/style.css24
1 files changed, 23 insertions, 1 deletions
diff --git a/css/style.css b/css/style.css
index f79c443..e449697 100644
--- a/css/style.css
+++ b/css/style.css
@@ -25,7 +25,7 @@ h1 {
font-variant: small-caps;
text-align: center;
- line-height: 1em;
+ line-height: 0.2em;
font-size: 2em;
}
@@ -106,3 +106,25 @@ section {
:focus {
outline: 2px solid white;
}
+
+.oldButtons {
+ margin: 0;
+ padding: 0;
+ text-align: center;
+}
+
+/* No subrayado para que no aparezca una línea al lado de botones visitados.
+ * El selector :visited no funciona para quitar esta línea.
+ */
+.oldButtons a {
+ text-decoration: none;
+}
+
+.oldButtons img {
+ width: 88px;
+ height: 31px;
+ margin: .2em;
+ border-radius: 0;
+ box-shadow: none;
+ background: white;
+}