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; } |