aboutsummaryrefslogtreecommitdiffstats
path: root/web/static/estilo.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/static/estilo.css')
-rw-r--r--web/static/estilo.css23
1 files changed, 20 insertions, 3 deletions
diff --git a/web/static/estilo.css b/web/static/estilo.css
index 7689795..1ccf886 100644
--- a/web/static/estilo.css
+++ b/web/static/estilo.css
@@ -48,13 +48,15 @@ pre{
}
main h1{
- font-size: 30px
+ font-size: 30px;
}
main h2{
- font-size: 25px
+ font-size: 25px;
+ border-top: 1px dotted;
+ padding-top: 0.5em;
}
main h3{
- font-size: 20px
+ font-size: 20px;
}
gallery{
@@ -76,3 +78,18 @@ nav{
nav li{
list-style-type:square;
}
+
+table,th,td{
+ border-style:inset;
+ border-width: 1px;
+}
+table{
+ margin:10px;
+ overflow-x: auto;
+}
+
+#count{ /* para tiempo */
+word-wrap:break-word;
+font-size:9px;
+font-family:monospace;
+}
Un proyecto texto-plano.xyz