From a8d85022734394d99cae9001206eda71e2101371 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 6 Nov 2010 22:15:49 +0000 Subject: added text color for warnings otherwise warnings that occur in topbar end up blank git-svn-id: http://code.elgg.org/elgg/trunk@7250 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/css.php | 1 + 1 file changed, 1 insertion(+) (limited to 'views/default/css.php') diff --git a/views/default/css.php b/views/default/css.php index c442081a2..618195c56 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -156,6 +156,7 @@ pre, code { font-family:Monaco,"Courier New",Courier,monospace; font-size:12px; background:#EBF5FF; + color:#000000; overflow:auto; overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */ -- cgit v1.2.3