summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorStephane Caron <stephane.caron@ens.fr>2012-08-06 23:57:26 -0700
committerStephane Caron <stephane.caron@ens.fr>2012-08-06 23:57:26 -0700
commita1926f47e2c81672c455cbb11c5d9d08841a6d98 (patch)
treeb75be9d719d84e63e88b407b4b38e3458c42391b /style.css
parent51c2536f16dc3b80a25287fda9c564c2083e4e30 (diff)
downloadfoosball-a1926f47e2c81672c455cbb11c5d9d08841a6d98.tar.gz
les regles en moins de 60em
Diffstat (limited to 'style.css')
-rw-r--r--style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/style.css b/style.css
index 2bbe815..42530c0 100644
--- a/style.css
+++ b/style.css
@@ -207,3 +207,10 @@ tr:nth-child(even) td {
height: 80px;
background-color: #ADFF09
}
+
+.readable {
+ margin-left: auto;
+ margin-right: auto;
+ font-size: 125%;
+ width: 50em;
+}