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: Created Aug. 3, 2016, 3:14 p.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
Index: static/css/styles.css
===================================================================
--- a/static/css/styles.css
+++ b/static/css/styles.css
@@ -243,12 +243,18 @@
color: #ffffff;
}
-#footer-contact
+#footer-links
{
float: right;
margin-right: 10px;
}
+#footer-links a
+{
+ display: block;
+ text-align: right;
+}
+
#footer #to-top
{
background-color: #fff;

Powered by Google App Engine
This is Rietveld