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

Unified Diff: static/css/styles.css

Issue 29673627: Issue 4797 - Separate white box and text from eyeo.com homepage banner (Closed) Base URL: https://hg.adblockplus.org/web.eyeo.com
Patch Set: Use header element for #hero Created Jan. 26, 2018, 10:10 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/index.tmpl ('k') | static/images/eyeo-home-1x.jpg » ('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
@@ -418,21 +418,16 @@
{
border-radius: 3px;
}
/*
* Page-specific styles
*/
-#home-image-container
-{
- background-color: #f0f0f0;
-}
-
#who-we-are
{
margin-top: 25px;
margin-bottom: 25px;
}
#our-work
{
@@ -814,24 +809,16 @@
}
.page-title > *,
.content-block
{
padding: 0 10px;
}
-#home-image-container img
-{
- display: block;
- width: 100%;
- max-width: 1080px;
- margin: 0 auto;
-}
-
#jobs-overview-tab
{
display: none;
}
#hiring-badges
{
width: 100%;
@@ -986,8 +973,17 @@
border-right-width: 1px;
}
#panels-openings
{
margin-top: -40px;
}
}
+
+/*******************************************************************************
+ * .bg-* utilities
+ ******************************************************************************/
+
+.bg-accent
+{
+ background-color: #f0f0f0;
+}
« no previous file with comments | « pages/index.tmpl ('k') | static/images/eyeo-home-1x.jpg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld