From 0e1a622a6a7d6a2453eb3e4692d7b4e7b4e07801 Mon Sep 17 00:00:00 2001 From: Web Siduction Date: Sat, 18 Aug 2012 14:19:03 +0200 Subject: [PATCH] wiki-text monospaced 11px --- files/delete.me | 0 public/stylesheets/application.css | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 files/delete.me diff --git a/files/delete.me b/files/delete.me old mode 100644 new mode 100755 diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 58368832..c2f673b7 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -823,6 +823,8 @@ acronym { } textarea.wiki-edit { + font-family: monospace, courier; + font-size: 11px; width: 99%; } @@ -2524,7 +2526,7 @@ h2 img { * This section includes the typography base for the body and heading elements. ------------------------------------------------------------------------------*/ body { - font: normal normal normal 12px/1.5 arial,'lucida grandriale','lucida sans unicode',tahom,sans-serif; + font: normal normal normal 12px/1.5 arial,'lucida grandriale','lucida sans unicode',tahoma,sans-serif; background: #f3f3f3; color: #333; }