Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
STUDIO-24: Overrides list styling for both ordered and unorderered li…
Browse files Browse the repository at this point in the history
…sts, based on styles borrowed from fss-base-global.css.
  • Loading branch information
colinbdclark committed Dec 9, 2011
1 parent 7854242 commit e4d3e1a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions wp-content/themes/fluid-studios/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,17 @@ h1,h2,h3,h4,h5,h6{
p,ul,ol,blockquote,figure {
margin-bottom: 1em;
}
/* STUDIO-24: These styles were borrowed from fluid-base-global.css. TODO: Can we use that file instead?*/
ol,ul,dl{margin-left:2em;}
ol li{list-style:decimal outside;}
ul li{list-style:disc outside;}
.fluid-studios-theme a {
text-decoration: none;
color: #0099CC;
}
.fluid-studios-theme a:hover {
color: #CCCC00;
}
.fluid-studios-theme li {
list-style-type: disc;
}
/* FSS Column style overrides
--------------------------------------------------------------------------- */
.fl-col-mixed2 .fl-col-side {
Expand Down

0 comments on commit e4d3e1a

Please sign in to comment.