Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
V2.8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Dec 21, 2014
1 parent 8bba359 commit b441549
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 49,790 deletions.
3 changes: 2 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ Cool things to know about the theme.
- The Theme uses [Google web fonts](http://www.google.com/fonts/) to give it that extra bit of shazam!
- Social Network icons appear at the top of the page dynamically based on theme settings
- The entire colour scheme can be modified with theme settings
- The homepage main area is just a label. The theme will ship with custom classes that you can set for tables and links to modify their formatting. No knowledge of code is needed as you can use the text editor to do this. Documentation will be provided outlining what the additional classes are.
- The homepage main area is just a label. The theme will ship with custom classes that you can set for tables and links to modify their formatting.
No knowledge of code is needed as you can use the text editor to do this. Documentation will be provided outlining what the additional classes are.

Original Author
===============
Expand Down
12 changes: 12 additions & 0 deletions less/essential/blocks.less
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,18 @@
}
}

.block_iconic_html .header .title h2:before {
padding-right: 0px;
content: none;
}
.block.block_iconic_html .header .title h2 span.fa {
padding-right: 0px !important;
&:before {
margin-right: .3em;
font-size: 1.65em;
}
}

.block.hidden .header .title h2,
.block.hidden h3.main,
.block.hidden .header .title {
Expand Down
2 changes: 1 addition & 1 deletion less/essential/course.less
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ body { // Inside a body tag so will be more specific and override core plugin s
}
}

.coursebox > .info > .coursename a {
.pagelayout-coursecategory .coursebox > .info > .coursename a {
background-position: left 0.25em;
}

Expand Down
2 changes: 1 addition & 1 deletion less/essential/settings/theme-admin.less
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ a.marketing-button:hover {
a:hover {
color: ~"[[setting:themehovercolor]]";
}
.header .title h2:before {
.header .title h2:before, &.block_iconic_html .header .title h2 span.fa:before {
color: ~"[[setting:themeiconcolor]]";
}
}
Expand Down
1,316 changes: 1 addition & 1,315 deletions style/alternative.css

Large diffs are not rendered by default.

Loading

0 comments on commit b441549

Please sign in to comment.