Skip to content

Commit

Permalink
update widget area links to remove display block for cat-item css
Browse files Browse the repository at this point in the history
  • Loading branch information
marpa committed Jan 12, 2012
1 parent 738a64d commit d58e3ff
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions options-css.php
Expand Up @@ -389,8 +389,7 @@ function translucence_options_css() {
border: 1px solid transparent;
}

#tertiary .page_item a,
#tertiary .cat-item a {
#tertiary .page_item a {
display: block;
padding: 3px;
}
Expand All @@ -400,8 +399,7 @@ function translucence_options_css() {
border-bottom: 1px solid <?php print $translucence_options['left01-link-color']?>;
}

#tertiary .page_item a:hover,
#tertiary .cat-item a:hover {
#tertiary .page_item a:hover {
color: <?php print $translucence_options['left01-link-color']?>;
border: 1px dotted <?php print $translucence_options['left01-border-top']?>;
}
Expand All @@ -418,8 +416,7 @@ function translucence_options_css() {
border: 1px solid transparent;
}

#primary .page_item a,
#primary .cat-item a {
#primary .page_item a {
display: block;
padding: 3px;
}
Expand All @@ -429,8 +426,7 @@ function translucence_options_css() {
border-bottom: 1px solid <?php print $translucence_options['right01-link-top']?>;
}

#primary .page_item a:hover,
#primary .cat-item a:hover {
#primary .page_item a:hover {
color: <?php print $translucence_options['right01-link-color']?>;
border: 1px dotted <?php print $translucence_options['right01-border-top']?>;
}
Expand All @@ -447,8 +443,7 @@ function translucence_options_css() {
border: 1px solid transparent;
}

#secondary .page_item a,
#secondary .cat-item a {
#secondary .page_item a {
display: block;
padding: 3px;
}
Expand All @@ -459,8 +454,7 @@ function translucence_options_css() {
border-bottom: 1px solid <?php print $translucence_options['right02-link-top']?>;
}

#secondary .page_item a:hover,
#secondary .cat-item a:hover {
#secondary .page_item a:hover {
color: <?php print $translucence_options['right02-link-color']?>;
border: 1px dotted <?php print $translucence_options['right02-border-top']?>;
}
Expand Down

0 comments on commit d58e3ff

Please sign in to comment.