diff options
author | Anika Henke <anika@selfthinker.org> | 2011-10-05 00:28:04 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2011-10-05 00:28:04 +0100 |
commit | 5eb28b9b43c016282c096a6c08eb524e231174d4 (patch) | |
tree | af1e6ff92ad8091a507a3b079d760ab90a5d827c | |
parent | 2ce1ed3f07c00eb9172cbe39f9dea296f1087d26 (diff) | |
download | rpg-5eb28b9b43c016282c096a6c08eb524e231174d4.tar.gz rpg-5eb28b9b43c016282c096a6c08eb524e231174d4.tar.bz2 |
monospace font for main textarea
-rwxr-xr-x | css/basic.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/basic.css b/css/basic.css index ef4e3b272..51d1ed7ed 100755 --- a/css/basic.css +++ b/css/basic.css @@ -292,6 +292,10 @@ option { font-style: normal; font-weight: normal; } border: 1px solid #ccc; border-radius: 2px; } +.dokuwiki textarea.edit { + font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Liberation Mono", Monaco, "Courier New", monospace; +} + /*____________ general classes ____________*/ |