all: hero-unit support
[bootswatch] / journal / bootstrap.css
index 45bb9df..45c8192 100644 (file)
@@ -3989,15 +3989,6 @@ a.thumbnail:hover {
 .invisible {
   visibility: hidden;
 }
-a {
-  text-decoration: underline;
-}
-.nav a,
-.navbar .brand,
-.subnav a,
-a.btn {
-  text-decoration: none;
-}
 h1,
 h2,
 h3,
@@ -4020,6 +4011,15 @@ h6,
 .brand {
   font-weight: 700;
 }
+a {
+  text-decoration: underline;
+}
+.nav a,
+.navbar .brand,
+.subnav a,
+a.btn {
+  text-decoration: none;
+}
 .navbar .brand {
   color: #222222;
   text-shadow: none;
@@ -4129,6 +4129,15 @@ pre.prettyprint,
 .form-actions {
   background-color: #eeeeee;
 }
+.hero-unit {
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+  border: 1px solid rgba(0, 0, 0, 0.05);
+  -webkit-border-radius: 0;
+  -moz-border-radius: 0;
+  border-radius: 0;
+}
 .table-bordered,
 .well,
 .prettyprint {