Skip to content

Commit

Permalink
Fixing link color in apps on example page, cleaning up app footer bac…
Browse files Browse the repository at this point in the history
…kground.
  • Loading branch information
Frank Martino authored and Frank Martino committed Oct 15, 2012
1 parent 4c29d8b commit a1d7a33
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/css/F2.Docs.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/css/F2.Sdk.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion docs/css/F2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion docs/src/template/less/openF2.less
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,12 @@ body .mainContainer {
font-size: @baseFontSize;
}
}
.exampleContent{ padding-top: 40px; }
.exampleContent { padding-top: 40px;
#exampleAppContainer {
a { color: @F2ExampleContainerLink; }
footer {background: transparent;}
}
}
.exampleCaptions {
p {
padding: 0 0 40px 0;
Expand Down
1 change: 1 addition & 0 deletions docs/src/template/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
@F2FooterGray: #BFC7CE;
@F2FooterInsetGray: #3B4044;
@F2VisionLetterGray: #727272;
@F2ExampleContainerLink: #417777;

// Scaffolding
// -------------------------
Expand Down

0 comments on commit a1d7a33

Please sign in to comment.