Commit 074c6c08529ae8c4fb7ef51a818c385a77c5c6a1

Authored by Braulio Bhavamitra
Committed by Braulio Bhavamitra
1 parent fbb18e91

Fix invalid stylesheets

public/javascripts/codepress/languages/asp.css
... ... @@ -6,7 +6,7 @@
6 6  
7 7 b {
8 8 color:#000080;
9   -}
  9 +}
10 10 /* comments */
11 11 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 {
12 12 color:gray;
... ... @@ -17,12 +17,12 @@ strong dfn, strong dfn a,strong dfn var, strong dfn a u, strong dfn u{
17 17 color:gray;
18 18 font-weight:normal;
19 19 }
20   - /* attributes */
  20 + /* attributes */
21 21 s, s b, span s u, span s cite, strong span s {
22 22 color:#5656fa ;
23 23 font-weight:normal;
24 24 }
25   - /* strings */
  25 + /* strings */
26 26 strong s,strong s b, strong s u, strong s cite {
27 27 color:#009900;
28 28 font-weight:normal;
... ... @@ -34,7 +34,6 @@ strong ins{
34 34 /* Syntax */
35 35 strong a, strong a u {
36 36 color:#0000FF;
37   - font-weight:;
38 37 }
39 38 /* Native Keywords */
40 39 strong u {
... ... @@ -58,7 +57,7 @@ em {
58 57 color:#800080;
59 58 font-style:normal;
60 59 }
61   - /* script */
  60 + /* script */
62 61 ins {
63 62 color:#800000;
64 63 font-weight:bold;
... ... @@ -68,4 +67,4 @@ ins {
68 67 cite, s cite {
69 68 color:red;
70 69 font-weight:bold;
71   -}
72 70 \ No newline at end of file
  71 +}
... ...
public/javascripts/codepress/languages/vbscript.css
1 1 /*
2   - * CodePress color styles for ASP-VB syntax highlighting
  2 + * CodePress color styles for ASP-VB syntax highlighting
3 3 * By Martin D. Kirk
4 4 */
5 5  
6 6 /* tags */
7 7 b {
8 8 color:#000080;
9   -}
  9 +}
10 10 /* comments */
11 11 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 {
12 12 color:gray;
... ... @@ -17,12 +17,12 @@ strong dfn, strong dfn a,strong dfn var, strong dfn a u, strong dfn u{
17 17 color:gray;
18 18 font-weight:normal;
19 19 }
20   - /* attributes */
  20 + /* attributes */
21 21 s, s b, span s u, span s cite, strong span s {
22 22 color:#5656fa ;
23 23 font-weight:normal;
24 24 }
25   - /* strings */
  25 + /* strings */
26 26 strong s,strong s b, strong s u, strong s cite {
27 27 color:#009900;
28 28 font-weight:normal;
... ... @@ -34,7 +34,6 @@ strong ins{
34 34 /* Syntax */
35 35 strong a, strong a u {
36 36 color:#0000FF;
37   - font-weight:;
38 37 }
39 38 /* Native Keywords */
40 39 strong u {
... ... @@ -58,7 +57,7 @@ em {
58 57 color:#800080;
59 58 font-style:normal;
60 59 }
61   - /* script */
  60 + /* script */
62 61 ins {
63 62 color:#800000;
64 63 font-weight:bold;
... ... @@ -68,4 +67,4 @@ ins {
68 67 cite, s cite {
69 68 color:red;
70 69 font-weight:bold;
71   -}
72 70 \ No newline at end of file
  71 +}
... ...
public/javascripts/jquery-ui-1.10.4/development-bundle/themes/base/minified/jquery.ui.theme.min.css
... ... @@ -1,5 +0,0 @@
1   -/*! jQuery UI - v1.10.4 - 2014-04-02
2   -* http://jqueryui.com
3   -* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
4   -
5   -undefined
6 0 \ No newline at end of file
public/stylesheets/application.css
... ... @@ -4414,7 +4414,8 @@ h1#agenda-title {
4414 4414 #groups-list li {
4415 4415 display: block;
4416 4416 list-style: none;
4417   - margin-bottom: 20px background-color: #B8CFE7;
  4417 + margin-bottom: 20px;
  4418 + background-color: #B8CFE7;
4418 4419 }
4419 4420  
4420 4421 #groups-list li .vcard {
... ...
public/stylesheets/search.css
... ... @@ -563,7 +563,8 @@ li.search-product-item {
563 563 }
564 564 li.search-product-item {
565 565 display:block;
566   - float:none overflow:visible;
  566 + float:none;
  567 + overflow:visible;
567 568 padding:10px 0;
568 569 margin:10px 0;
569 570 border-bottom:1px solid #ccc;
... ...