diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-06 22:15:49 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-06 22:15:49 +0000 |
commit | a8d85022734394d99cae9001206eda71e2101371 (patch) | |
tree | 3289da1b920d1aa166e7fadea2a68d107613528c | |
parent | 7fa5b78f65d829306c790e682521696f39410b94 (diff) | |
download | elgg-a8d85022734394d99cae9001206eda71e2101371.tar.gz elgg-a8d85022734394d99cae9001206eda71e2101371.tar.bz2 |
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
-rw-r--r-- | views/default/css.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |