[extensions-web/wip/tomtryf/redesign] Fixed alignment of extension description for lists



commit c926fd6965f731f251360d92f19808e4c75ab7fe
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Sun Feb 26 12:08:42 2017 +0400

    Fixed alignment of extension description for lists

 sweettooth/static/css/sweettooth.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/css/sweettooth.css b/sweettooth/static/css/sweettooth.css
index 43620bc..b249711 100644
--- a/sweettooth/static/css/sweettooth.css
+++ b/sweettooth/static/css/sweettooth.css
@@ -394,7 +394,7 @@ li.extension:last-child, #local_extensions div.extension:last-child {
 }
 
 .extension .description {
-    margin: 0.5em 32px 0.5em 0;
+    margin: 0.5em 32px 0.5em 8px;
     font-size: 1.2em;
     overflow: auto;
     white-space: pre-line;


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