summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-08-26 22:54:42 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-08-26 22:54:42 +0200
commit471a14613f554aa7765974a3e58c9833b5273f2f (patch)
tree047f336a901327a14f2cc8678b7e0ce7f5fd17b9 /css
parent4e527a860130837d9b153eebd856b68ab84bc008 (diff)
Remove command in label to use kbd (not a proper use of label).
Diffstat (limited to 'css')
-rw-r--r--css/style.css15
1 files changed, 7 insertions, 8 deletions
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;