Skip to content

Commit

Permalink
Removed white color from course section content and added white color…
Browse files Browse the repository at this point in the history
… to section content left side for topic number styling
  • Loading branch information
ptrkmkl committed Jan 8, 2011
1 parent 46f4c39 commit 6f2257a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
3 changes: 3 additions & 0 deletions theme/binarius/style/core.css
Expand Up @@ -126,6 +126,9 @@ fieldset#general {

.course-content .current {
background: #f14e16;
}

.course-content .current .left {
color: #fff;
}

Expand Down
5 changes: 4 additions & 1 deletion theme/boxxie/style/core.css
Expand Up @@ -312,9 +312,12 @@ h2.headingblock {

.course-content .current {
background:#69804e;
color:#fff;
}

.course-content .current .left {
color: #fff;
}

.course-content .main .content {
padding: 10px;
background:#fff;
Expand Down
5 changes: 4 additions & 1 deletion theme/leatherbound/style/core.css
Expand Up @@ -163,7 +163,10 @@ h2.headingblock {

.course-content .current {
background: #da5013;
color: #fff;
}

.course-content .current .left {
color: #fff;
}

.course-content .main .content {
Expand Down
3 changes: 3 additions & 0 deletions theme/nonzero/style/core.css
Expand Up @@ -148,6 +148,9 @@ a:active {

.course-content .current {
background: #1f5480;
}

.course-content .current .left {
color: #fff;
}

Expand Down
3 changes: 3 additions & 0 deletions theme/serenity/style/core.css
Expand Up @@ -124,6 +124,9 @@ a:hover {

.course-content .current {
background: #9ca7b4;
}

.course-content .current .left {
color: #fff;
}

Expand Down

0 comments on commit 6f2257a

Please sign in to comment.