aboutsummaryrefslogtreecommitdiff
path: root/views/default/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css.php')
-rw-r--r--views/default/css.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/default/css.php b/views/default/css.php
index d790cefd5..d48f31442 100644
--- a/views/default/css.php
+++ b/views/default/css.php
@@ -649,7 +649,7 @@ li.navigation_more ul li {
/* ***************************************
BREADCRUMBS
*************************************** */
-#breadcrumbs {
+.breadcrumbs {
font-size: 80%;
line-height:1.2em;
color:#bababa;
@@ -657,12 +657,12 @@ li.navigation_more ul li {
top:-6px;
left:0;
}
-#breadcrumbs a {
+.breadcrumbs a {
color:#999999;
font-weight:bold;
text-decoration: none;
}
-#breadcrumbs a:hover {
+.breadcrumbs a:hover {
color: #0054a7;
text-decoration: underline;
}