From c9d6cb0cd24dffc058d71fa393fd85e0de53f204 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 29 Jun 2012 08:15:00 +0000 Subject: [PATCH] * adjust the topbar's margin. --- www/theme/default/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 10a0aa7774..35689ecf61 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -262,9 +262,10 @@ table.tablesorter thead tr .headerSortDown {background-image: url(./images/table /* Top bar. */ #topbar, #topbar a {color:#ACCADF} -#topbar {margin:8px 5px 8px 5px} +#topbar {margin:5px 5px 15px 5px} #topbar select {border:none; color:#ACCADF; background:#003366} #topbar a {text-decoration:none;} +#company{color:#ffcc00; font-size:14px} /* The nav bar. */ #navbar ul {margin:0; padding:0;}