aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-01-16 14:58:11 +0000
committerLeah Rowe <info@minifree.org>2017-01-16 14:58:11 +0000
commit65b00d75e120ccb46fcf3e701fe5ab03a5c8d5e4 (patch)
tree75bbfebdebdff083838cb65ff557f8354939d3c4
parentfad7132df6805b8719c4de8327fbabfbdd5afc85 (diff)
downloadlibrebootfr-65b00d75e120ccb46fcf3e701fe5ab03a5c8d5e4.tar.gz
librebootfr-65b00d75e120ccb46fcf3e701fe5ab03a5c8d5e4.zip
make font size on documentation pages normal size
-rw-r--r--docs/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css/main.css b/docs/css/main.css
index 1a8f8cb6..c6e4414a 100644
--- a/docs/css/main.css
+++ b/docs/css/main.css
@@ -22,7 +22,7 @@ body {
background:#dfdfdf;
color:#2B2B2B;
font-family:Lato,sans-serif;
- font-size:1.1em;
+ font-size:1em;
font-weight:400;
padding:0px;
margin:0px;