From 471a14613f554aa7765974a3e58c9833b5273f2f Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Tue, 26 Aug 2014 22:54:42 +0200 Subject: Remove command in label to use kbd (not a proper use of label). --- css/style.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'css') diff --git a/css/style.css b/css/style.css index 1bae099..52cf55a 100644 --- a/css/style.css +++ b/css/style.css @@ -43,14 +43,6 @@ body { margin-left: auto; margin-right: auto; } -.label { - font-size: 1.3em; - display: block; - width: 50%; - margin-bottom: 1em; - margin-left: auto; - margin-right: auto; -} .reset { width: 25%; margin-left: auto; @@ -65,6 +57,13 @@ body { #description-help, #parameter-help { font-size: 1.3em; } +kbd { + font-size: 1.3em; + display: block; + width: 70%; + margin-left: auto; + margin-right: auto; +} pre { color: #FFFFFF; background-color: #000000; -- cgit v1.2.3