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

Unified Diff: static/css/styles.css

Issue 29332433: Issue 3366 - Add tab for press releases to eyeo.com/press (Closed)
Patch Set: Addressed Thomas comments Created Dec. 14, 2015, 4:27 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
@@ -435,6 +435,27 @@
margin-bottom: 1em;
}
+#releases ul
+{
+ list-style: none;
+ padding: 0px;
+}
+
+#releases li div
+{
+ width: 130px;
+}
+
+#releases li > *
+{
+ display: table-cell;
+}
+
+#releases li
+{
+ margin-bottom: 10px;
+}
+
/*
* Multi-column layouts
*/
@@ -752,14 +773,6 @@
float: right;
}
-#editors-and-publisher
-{
- background-color: #fbfbfb;
- padding: 12px 8px;
- padding-bottom: 1px;
- text-align: center;
-}
-
.why-work-here-button
{
background-color: #747474;
@@ -802,6 +815,11 @@
text-align: inherit;
}
+ #releases li > *
+ {
+ display: block;
+ }
+
.no-mobile
{
display: none;

Powered by Google App Engine
This is Rietveld