From 074c6c08529ae8c4fb7ef51a818c385a77c5c6a1 Mon Sep 17 00:00:00 2001 From: Braulio Bhavamitra Date: Fri, 7 Nov 2014 10:30:41 -0200 Subject: [PATCH] Fix invalid stylesheets --- public/javascripts/codepress/languages/asp.css | 11 +++++------ public/javascripts/codepress/languages/vbscript.css | 13 ++++++------- public/javascripts/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.theme.min.css | 5 ----- public/stylesheets/application.css | 3 ++- public/stylesheets/search.css | 3 ++- 5 files changed, 15 insertions(+), 20 deletions(-) delete mode 100644 public/javascripts/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.theme.min.css diff --git a/public/javascripts/codepress/languages/asp.css b/public/javascripts/codepress/languages/asp.css index 87af390..42a7ae7 100644 --- a/public/javascripts/codepress/languages/asp.css +++ b/public/javascripts/codepress/languages/asp.css @@ -6,7 +6,7 @@ b { color:#000080; -} +} /* comments */ big, big b, big em, big ins, big s, strong i, strong i b, strong i s, strong i u, strong i a, strong i a u, strong i s u { color:gray; @@ -17,12 +17,12 @@ strong dfn, strong dfn a,strong dfn var, strong dfn a u, strong dfn u{ color:gray; font-weight:normal; } - /* attributes */ + /* attributes */ s, s b, span s u, span s cite, strong span s { color:#5656fa ; font-weight:normal; } - /* strings */ + /* strings */ strong s,strong s b, strong s u, strong s cite { color:#009900; font-weight:normal; @@ -34,7 +34,6 @@ strong ins{ /* Syntax */ strong a, strong a u { color:#0000FF; - font-weight:; } /* Native Keywords */ strong u { @@ -58,7 +57,7 @@ em { color:#800080; font-style:normal; } - /* script */ + /* script */ ins { color:#800000; font-weight:bold; @@ -68,4 +67,4 @@ ins { cite, s cite { color:red; font-weight:bold; -} \ No newline at end of file +} diff --git a/public/javascripts/codepress/languages/vbscript.css b/public/javascripts/codepress/languages/vbscript.css index d65663b..cca683f 100644 --- a/public/javascripts/codepress/languages/vbscript.css +++ b/public/javascripts/codepress/languages/vbscript.css @@ -1,12 +1,12 @@ /* - * CodePress color styles for ASP-VB syntax highlighting + * CodePress color styles for ASP-VB syntax highlighting * By Martin D. Kirk */ /* tags */ b { color:#000080; -} +} /* comments */ big, big b, big em, big ins, big s, strong i, strong i b, strong i s, strong i u, strong i a, strong i a u, strong i s u { color:gray; @@ -17,12 +17,12 @@ strong dfn, strong dfn a,strong dfn var, strong dfn a u, strong dfn u{ color:gray; font-weight:normal; } - /* attributes */ + /* attributes */ s, s b, span s u, span s cite, strong span s { color:#5656fa ; font-weight:normal; } - /* strings */ + /* strings */ strong s,strong s b, strong s u, strong s cite { color:#009900; font-weight:normal; @@ -34,7 +34,6 @@ strong ins{ /* Syntax */ strong a, strong a u { color:#0000FF; - font-weight:; } /* Native Keywords */ strong u { @@ -58,7 +57,7 @@ em { color:#800080; font-style:normal; } - /* script */ + /* script */ ins { color:#800000; font-weight:bold; @@ -68,4 +67,4 @@ ins { cite, s cite { color:red; font-weight:bold; -} \ No newline at end of file +} diff --git a/public/javascripts/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.theme.min.css b/public/javascripts/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.theme.min.css deleted file mode 100644 index da48fde..0000000 --- a/public/javascripts/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.theme.min.css +++ /dev/null @@ -1,5 +0,0 @@ -/*! jQuery UI - v1.10.4 - 2014-04-02 -* http://jqueryui.com -* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ - -undefined \ No newline at end of file diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 79ea613..e2574d5 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -4414,7 +4414,8 @@ h1#agenda-title { #groups-list li { display: block; list-style: none; - margin-bottom: 20px background-color: #B8CFE7; + margin-bottom: 20px; + background-color: #B8CFE7; } #groups-list li .vcard { diff --git a/public/stylesheets/search.css b/public/stylesheets/search.css index 56f881f..5371200 100644 --- a/public/stylesheets/search.css +++ b/public/stylesheets/search.css @@ -563,7 +563,8 @@ li.search-product-item { } li.search-product-item { display:block; - float:none overflow:visible; + float:none; + overflow:visible; padding:10px 0; margin:10px 0; border-bottom:1px solid #ccc; -- libgit2 0.21.2