Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/css/styles.css

Issue 29349015: Issue 4301 - Add Privacy Policy to Eyeo.com (Closed)
Patch Set: Addressed Julian's comments Created Aug. 16, 2016, 10:17 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pages/privacy.md ('k') | templates/default.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/styles.css
===================================================================
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -230,7 +230,6 @@
background-color: #252525;
padding-top: 30px;
padding-bottom: 50px;
- font-size: 12px;
}
#footer a
@@ -243,10 +242,17 @@
color: #ffffff;
}
-#footer-contact
+#footer-links
{
float: right;
margin-right: 10px;
+ font-size: 12px;
+}
+
+#footer-links a
+{
+ display: block;
+ text-align: right;
}
#footer #to-top
« no previous file with comments | « pages/privacy.md ('k') | templates/default.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld