Skip to content

Commit

Permalink
Cleaned up guides menu.
Browse files Browse the repository at this point in the history
 * Modified CSS to help group content and make the headings stand
   out more while the un-published guides stand out less.

 * Capitalized the word "Framework" on the Chance guide to make it
   conform to the other titles.
  • Loading branch information
topherfangio authored and wagenet committed Mar 23, 2011
1 parent d0fd21a commit 46f96a4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion assets/stylesheets/overrides.style.css
Expand Up @@ -22,13 +22,24 @@ dd img {

#guides {
background-color: #2A8008;
color: #5FBB58;
color: #3C9936;
}

#guides hr {
background-color: #5FBB58;
}

#guides dl dt {
color: #5FBB58;
letter-spacing: 0.05em;
font-weight: bold;
}

#guides dl dd {
text-indent: -10px;
margin-left: 18px;
}

#mainCol a, #subCol a, #feature a, a, a:link, a:visited {
color: #0A6008;
}
Expand Down
2 changes: 1 addition & 1 deletion guides.yml
Expand Up @@ -110,7 +110,7 @@ index:
url: themeable_controls
text: "In this guide, we'll go over to how to develop a control that can be themed. This can be useful if you want to have different visual displays in your application (like a regular and overlay theme) or when distributing a theme for wider use."
construction: true
- title: "Using Chance, SproutCore's CSS framework"
- title: "Using Chance, SproutCore's CSS Framework"
url: chance
text: "Chance is SproutCore's CSS preprocessor. In this guide, you will learn how to use the CSS extensions that come with Chance to streamline your styling workflow."
construction: true
Expand Down

0 comments on commit 46f96a4

Please sign in to comment.