Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: src/site/scss/style.scss

Issue 10917023: add links to footer, too (Closed) Base URL: git@github.com:dart-lang/dartlang.org.git@master
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/css/style.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/scss/style.scss
diff --git a/src/site/scss/style.scss b/src/site/scss/style.scss
index 65df2790a4ac88fb67d247f4d6ed76e2f65dc402..44e33d48b0ff81dfbc005eda6fe7878eaa1ee653 100644
--- a/src/site/scss/style.scss
+++ b/src/site/scss/style.scss
@@ -17,7 +17,6 @@ $green-light: #55DDCA;
body {
padding-top: 60px;
- padding-bottom: 40px;
}
/* place after the body + padding */
@@ -206,11 +205,22 @@ a.permalink {
}
footer {
- margin-top: 10px;
- text-align: center;
+ border-top: 1px solid #CECECE;
+ background-color: #EFEFEF;
+ color: $grayLight;
+ font-size: $baseFontSize - 1;
+ padding: 70px 0;
+ margin-top: 50px;
+ ul {
+ list-style: none;
+ margin: 0;
+ }
p {
font-size: $baseFontSize - 2;
- color: $grayLight;
+ }
+ .copyright {
+ padding-top: 30px;
+ text-align: center;
}
}
« no previous file with comments | « src/site/css/style.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698