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

Unified Diff: static/css/styles.css

Issue 4656385128136704: Issue 2056 - HR block fix (Closed)
Patch Set: Created March 24, 2015, 2:06 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
« no previous file with comments | « pages/press.html ('k') | no next file » | 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
@@ -337,6 +337,16 @@
margin-bottom: 40px;
}
+.sidebar-left .contact-person
+{
+ text-align: right;
+}
+
+.sidebar-left .contact-person img
+{
+ border-radius: 3px;
+}
+
/*
* Page-specific styles
*/
@@ -418,16 +428,6 @@
margin-bottom: 1em;
}
-#press-info .sidebar-left
-{
- text-align: right;
-}
-
-#press-info .sidebar-left img
-{
- border-radius: 3px;
-}
-
/*
* Multi-column layouts
*/
@@ -452,6 +452,7 @@
margin-left: 2.5%;
}
+.sidebar-left .contact-person > :first-child,
.column > :first-child
{
position: relative;
« no previous file with comments | « pages/press.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld