From fc0d5b80ca48faf977b9b8bb2f7cf08ae0e85c60 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Mon, 24 Jun 2013 11:03:34 -0500 Subject: [PATCH] CSS Tweaks, Bug Fixes Fixed bug with
elements in float view. Removed shadow on homepage image. --- css/daux-blue.css | 7 ++----- css/daux-green.css | 7 ++----- css/daux-navy.css | 7 ++----- css/daux-red.css | 7 ++----- less/import/daux-base.less | 4 ++-- 5 files changed, 10 insertions(+), 22 deletions(-) diff --git a/css/daux-blue.css b/css/daux-blue.css index 3f90525..4de5857 100644 --- a/css/daux-blue.css +++ b/css/daux-blue.css @@ -6314,11 +6314,6 @@ Homepage .homepage-hero h2 { margin: 20px 0px; } -.homepage-hero .homepage-image { - -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); - -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); -} .hero-buttons.container-fluid { padding: 20px 0px; background-color: #c5c5cb; @@ -6792,6 +6787,7 @@ pre code { .float-view .content-page p, .float-view .content-page ul, .float-view .content-page ol, + .float-view .content-page dl, .float-view .content-page h2, .float-view .content-page h3, .float-view .content-page h4, @@ -6808,6 +6804,7 @@ pre code { .float-view .content-page p:before, .float-view .content-page ul:before, .float-view .content-page ol:before, + .float-view .content-page dl:before, .float-view .content-page h2:before, .float-view .content-page h3:before, .float-view .content-page h4:before, diff --git a/css/daux-green.css b/css/daux-green.css index 8ef76d3..8c9ea8f 100644 --- a/css/daux-green.css +++ b/css/daux-green.css @@ -6314,11 +6314,6 @@ Homepage .homepage-hero h2 { margin: 20px 0px; } -.homepage-hero .homepage-image { - -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); - -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); -} .hero-buttons.container-fluid { padding: 20px 0px; background-color: #a0d55d; @@ -6792,6 +6787,7 @@ pre code { .float-view .content-page p, .float-view .content-page ul, .float-view .content-page ol, + .float-view .content-page dl, .float-view .content-page h2, .float-view .content-page h3, .float-view .content-page h4, @@ -6808,6 +6804,7 @@ pre code { .float-view .content-page p:before, .float-view .content-page ul:before, .float-view .content-page ol:before, + .float-view .content-page dl:before, .float-view .content-page h2:before, .float-view .content-page h3:before, .float-view .content-page h4:before, diff --git a/css/daux-navy.css b/css/daux-navy.css index 1b5b2c2..5762929 100644 --- a/css/daux-navy.css +++ b/css/daux-navy.css @@ -6314,11 +6314,6 @@ Homepage .homepage-hero h2 { margin: 20px 0px; } -.homepage-hero .homepage-image { - -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); - -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); -} .hero-buttons.container-fluid { padding: 20px 0px; background-color: #c5c5cb; @@ -6792,6 +6787,7 @@ pre code { .float-view .content-page p, .float-view .content-page ul, .float-view .content-page ol, + .float-view .content-page dl, .float-view .content-page h2, .float-view .content-page h3, .float-view .content-page h4, @@ -6808,6 +6804,7 @@ pre code { .float-view .content-page p:before, .float-view .content-page ul:before, .float-view .content-page ol:before, + .float-view .content-page dl:before, .float-view .content-page h2:before, .float-view .content-page h3:before, .float-view .content-page h4:before, diff --git a/css/daux-red.css b/css/daux-red.css index d5dc4d8..8fa1af8 100644 --- a/css/daux-red.css +++ b/css/daux-red.css @@ -6314,11 +6314,6 @@ Homepage .homepage-hero h2 { margin: 20px 0px; } -.homepage-hero .homepage-image { - -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); - -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); -} .hero-buttons.container-fluid { padding: 20px 0px; background-color: #eeeeee; @@ -6792,6 +6787,7 @@ pre code { .float-view .content-page p, .float-view .content-page ul, .float-view .content-page ol, + .float-view .content-page dl, .float-view .content-page h2, .float-view .content-page h3, .float-view .content-page h4, @@ -6808,6 +6804,7 @@ pre code { .float-view .content-page p:before, .float-view .content-page ul:before, .float-view .content-page ol:before, + .float-view .content-page dl:before, .float-view .content-page h2:before, .float-view .content-page h3:before, .float-view .content-page h4:before, diff --git a/less/import/daux-base.less b/less/import/daux-base.less index de8ac7e..731b1b0 100644 --- a/less/import/daux-base.less +++ b/less/import/daux-base.less @@ -95,7 +95,7 @@ Homepage margin: 20px 0px; } .homepage-image { - .box-shadow(10px, rgba(0,0,0,0.20), 0px, 0px); + //.box-shadow(10px, rgba(0,0,0,0.20), 0px, 0px); } } .hero-buttons.container-fluid { @@ -538,7 +538,7 @@ pre { padding: 0px; } .page-header, - p, ul, ol, h2, h3,h4, h5, h6 { + p, ul, ol, dl, h2, h3,h4, h5, h6 { float: left; clear: left; width: 47%;