[gnome-web-www] Drop shadow dividers with simple lines



commit 972955fca95aefe53e4b2f66100e8e6ca89859ab
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Wed Feb 1 16:21:46 2017 +0200

    Drop shadow dividers with simple lines
    
    Fixes #777786

 theme/style.css |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)
---
diff --git a/theme/style.css b/theme/style.css
index 308eadc..e18e50f 100644
--- a/theme/style.css
+++ b/theme/style.css
@@ -1044,26 +1044,11 @@ dl.icon_list dt img {
 /* ========================================================================== */
 
 hr {
-    border: 0 #ccc solid;
-    border-top-width: 1px;
-    clear: both;
+    border-top: 1px #c9c9c9 solid;
     height: 0;
     margin: 40px 0;
 }
 
-hr.top_shadow,
-hr.bottom_shadow {
-    height: 25px;
-    background: url(images/hr-shadow.png) no-repeat bottom;
-    background-size: contain;
-    border: 0;
-}
-hr.bottom_shadow {
-    -moz-transform: rotate(180deg);
-    -webkit-transform: rotate(180deg);
-    transform: rotate(180deg);
-}
-
 /* Crafted Content */
 /* ========================================================================== */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]