diff options
author | eric <eric> | 2004-06-18 18:23:14 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-18 18:23:14 +0200 |
commit | 1e35dc01cf94ba1ec4923b8f040e49b4dc399860 (patch) | |
tree | 15404a70070fe01c1bcf432fba6befbdb2f2f097 /web/html/css/fonts.css | |
parent | 79f64a059254bbbae93cf7c2f9dfa512aa5f9f7e (diff) | |
download | aur-1e35dc01cf94ba1ec4923b8f040e49b4dc399860.tar.gz aur-1e35dc01cf94ba1ec4923b8f040e49b4dc399860.tar.xz |
finishing touches on genpopo, started playing with _real_ PHP code and svn keywords
Diffstat (limited to 'web/html/css/fonts.css')
-rw-r--r-- | web/html/css/fonts.css | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/web/html/css/fonts.css b/web/html/css/fonts.css index 7def6210..3fc35e38 100644 --- a/web/html/css/fonts.css +++ b/web/html/css/fonts.css @@ -34,7 +34,13 @@ font-family: trebuchet ms, tahoma, verdana;
font-size: 11px;
}
-
+ span.fixed /* Monospace fixed-font */
+ {
+ color: #000;
+ font-family: monospace, fixed, terminal;
+ font-size: 12px;
+ }
+
/* Font Attribute Change (#6c83b0)*/
span.blue
{
|