From d02ea523b8312d4e4af1d859a63cd67f038c88b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Sun, 17 Jun 2007 16:58:52 +0000 Subject: [PATCH] Increase menu text size. Should make it easier for people to notice the menu options. Increase font size from 10px to 11px. --- apidb.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apidb.css b/apidb.css index 8447b4f..ea76090 100644 --- a/apidb.css +++ b/apidb.css @@ -63,10 +63,10 @@ p.indent { padding-left: 1em; padding-right: 1em;} .menuTitle { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; } .menuTitle:visited { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; } .menuTitle:hover { font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none; } -.menuLink { font-size: 10px; color: #ffffff; font-weight: bold; } -.menuItem { font-size: 10px; color: #000000; } -.menuItem:visited { font-size: 10px; color: #000000; } -.menuItem:hover { font-size: 10px; color: #A50D0D; } +.menuLink { font-size: 11px; color: #ffffff; font-weight: bold; } +.menuItem { font-size: 11px; color: #000000; } +.menuItem:visited { font-size: 11px; color: #000000; } +.menuItem:hover { font-size: 11px; color: #A50D0D; } .topMenu { background-color: #601919; } .sideMenu { background-color: #FFFFFF; }