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

Unified Diff: static/css/defaults.css

Issue 29611624: Issue 6047 - Updated templates and uninstalled pages (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Addressed comments in #15 Created Dec. 18, 2017, 12:55 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/uninstalled-submit.md ('k') | static/css/main.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/defaults.css
===================================================================
--- a/static/css/defaults.css
+++ b/static/css/defaults.css
@@ -234,23 +234,27 @@
margin: -1px;
padding: 0;
border: 0; }
/* Unstyled elements
******************************************************************************/
.unstyled,
.unstyled *,
-.content .unstyled {
+.content .unstyled,
+.content .unstyled * {
margin: 0;
padding: 0;
border: 0;
background: none; }
-ul.unstyled {
+.unstyled ul,
+ul.unstyled,
+.unstyled li,
+li.unstyled {
list-style: none; }
/* Backgrounds
******************************************************************************/
.bg-primary {
color: #fff;
background-color: #000; }
@@ -261,16 +265,25 @@
.bg-accent {
color: #e3f2fd;
background-color: #0d47a1; }
.bg-error {
color: #ffebee;
background-color: #b71c1c; }
+/* Lead
+ ******************************************************************************/
+.lead {
+ font-size: 1.25em; }
+
+@media (max-width: 767px) {
+ .lead {
+ font-size: 1.125em; } }
+
/*******************************************************************************
* Base styles
******************************************************************************/
html {
color: #212121;
background-color: #fff;
font-family: sans-serif;
line-height: 1.5; }
« no previous file with comments | « pages/uninstalled-submit.md ('k') | static/css/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld