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; }