summary refs log tree commit diff stats
path: root/theme/css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-14 09:54:40 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-14 09:54:40 -0500
commit1347525dd5f4c6520fe4462828f4a560774910da (patch)
tree25e56ae96027c4fe385a4ccceee14016a2f7902d /theme/css
parent9cb1fcba82027daa21eb457f1b2912ee02e5c7eb (diff)
downloadfourisland-1347525dd5f4c6520fe4462828f4a560774910da.tar.gz
fourisland-1347525dd5f4c6520fe4462828f4a560774910da.tar.bz2
fourisland-1347525dd5f4c6520fe4462828f4a560774910da.zip
Fixed NavBar for Fourm and Fouripedia
Diffstat (limited to 'theme/css')
-rwxr-xr-xtheme/css/website.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/theme/css/website.css b/theme/css/website.css index 806b01f..414e736 100755 --- a/theme/css/website.css +++ b/theme/css/website.css
@@ -179,6 +179,15 @@ div#fi-navbar ul li.active img {
179 margin-right: .5em; 179 margin-right: .5em;
180} 180}
181 181
182div#fi-navbar div.bubble blockquote {
183 background: none;
184 font-size: 0.9em;
185}
186
187div#fi-navbar div.bubble blockquote a {
188 color: blue;
189}
190
182/* Sidebar */ 191/* Sidebar */
183 192
184div#rightbar { 193div#rightbar {