diff options
Diffstat (limited to 'public/manual')
-rw-r--r-- | public/manual/en/html.css | 56 | ||||
-rw-r--r-- | public/manual/fr/html.css | 56 |
2 files changed, 56 insertions, 56 deletions
diff --git a/public/manual/en/html.css b/public/manual/en/html.css index 1c4e949f7..c5eb0ef96 100644 --- a/public/manual/en/html.css +++ b/public/manual/en/html.css @@ -1,39 +1,39 @@ body { - background: #FFFFFF;
+ background: #FFFFFF; font: 0.8em Verdana,Tahoma,Arial,sans-serif; } h1, h2, h3, h4, h5 { color: #800000; font-family: sans-serif; -}
-
-table {
- font-size: 1em;
} -
-a{
-color:#467aa7;
-font-weight:bold;
-text-decoration:none;
-background-color:inherit;
-}
-
-a:hover{
- color: #800000;
- text-decoration:underline;
- background-color:inherit;
-}
-
-a img{border:none;}
-
-.screenshot {
- text-align: center;
-}
-
-.guilabel {
- font-weight: bold;
-}
+ +table { + font-size: 1em; +} + +a{ +color:#467aa7; +font-weight:bold; +text-decoration:none; +background-color:inherit; +} + +a:hover{ + color: #800000; + text-decoration:underline; + background-color:inherit; +} + +a img{border:none;} + +.screenshot { + text-align: center; +} + +.guilabel { + font-weight: bold; +} span.term { font-weight: bold; diff --git a/public/manual/fr/html.css b/public/manual/fr/html.css index 1c4e949f7..c5eb0ef96 100644 --- a/public/manual/fr/html.css +++ b/public/manual/fr/html.css @@ -1,39 +1,39 @@ body { - background: #FFFFFF;
+ background: #FFFFFF; font: 0.8em Verdana,Tahoma,Arial,sans-serif; } h1, h2, h3, h4, h5 { color: #800000; font-family: sans-serif; -}
-
-table {
- font-size: 1em;
} -
-a{
-color:#467aa7;
-font-weight:bold;
-text-decoration:none;
-background-color:inherit;
-}
-
-a:hover{
- color: #800000;
- text-decoration:underline;
- background-color:inherit;
-}
-
-a img{border:none;}
-
-.screenshot {
- text-align: center;
-}
-
-.guilabel {
- font-weight: bold;
-}
+ +table { + font-size: 1em; +} + +a{ +color:#467aa7; +font-weight:bold; +text-decoration:none; +background-color:inherit; +} + +a:hover{ + color: #800000; + text-decoration:underline; + background-color:inherit; +} + +a img{border:none;} + +.screenshot { + text-align: center; +} + +.guilabel { + font-weight: bold; +} span.term { font-weight: bold; |