Commit 074c6c08529ae8c4fb7ef51a818c385a77c5c6a1
Committed by
Braulio Bhavamitra
1 parent
fbb18e91
Exists in
master
and in
26 other branches
Fix invalid stylesheets
Showing
5 changed files
with
15 additions
and
20 deletions
Show diff stats
public/javascripts/codepress/languages/asp.css
@@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
6 | 6 | ||
7 | b { | 7 | b { |
8 | color:#000080; | 8 | color:#000080; |
9 | -} | 9 | +} |
10 | /* comments */ | 10 | /* comments */ |
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 { | 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 | color:gray; | 12 | color:gray; |
@@ -17,12 +17,12 @@ strong dfn, strong dfn a,strong dfn var, strong dfn a u, strong dfn u{ | @@ -17,12 +17,12 @@ strong dfn, strong dfn a,strong dfn var, strong dfn a u, strong dfn u{ | ||
17 | color:gray; | 17 | color:gray; |
18 | font-weight:normal; | 18 | font-weight:normal; |
19 | } | 19 | } |
20 | - /* attributes */ | 20 | + /* attributes */ |
21 | s, s b, span s u, span s cite, strong span s { | 21 | s, s b, span s u, span s cite, strong span s { |
22 | color:#5656fa ; | 22 | color:#5656fa ; |
23 | font-weight:normal; | 23 | font-weight:normal; |
24 | } | 24 | } |
25 | - /* strings */ | 25 | + /* strings */ |
26 | strong s,strong s b, strong s u, strong s cite { | 26 | strong s,strong s b, strong s u, strong s cite { |
27 | color:#009900; | 27 | color:#009900; |
28 | font-weight:normal; | 28 | font-weight:normal; |
@@ -34,7 +34,6 @@ strong ins{ | @@ -34,7 +34,6 @@ strong ins{ | ||
34 | /* Syntax */ | 34 | /* Syntax */ |
35 | strong a, strong a u { | 35 | strong a, strong a u { |
36 | color:#0000FF; | 36 | color:#0000FF; |
37 | - font-weight:; | ||
38 | } | 37 | } |
39 | /* Native Keywords */ | 38 | /* Native Keywords */ |
40 | strong u { | 39 | strong u { |
@@ -58,7 +57,7 @@ em { | @@ -58,7 +57,7 @@ em { | ||
58 | color:#800080; | 57 | color:#800080; |
59 | font-style:normal; | 58 | font-style:normal; |
60 | } | 59 | } |
61 | - /* script */ | 60 | + /* script */ |
62 | ins { | 61 | ins { |
63 | color:#800000; | 62 | color:#800000; |
64 | font-weight:bold; | 63 | font-weight:bold; |
@@ -68,4 +67,4 @@ ins { | @@ -68,4 +67,4 @@ ins { | ||
68 | cite, s cite { | 67 | cite, s cite { |
69 | color:red; | 68 | color:red; |
70 | font-weight:bold; | 69 | font-weight:bold; |
71 | -} | ||
72 | \ No newline at end of file | 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 | * By Martin D. Kirk | 3 | * By Martin D. Kirk |
4 | */ | 4 | */ |
5 | 5 | ||
6 | /* tags */ | 6 | /* tags */ |
7 | b { | 7 | b { |
8 | color:#000080; | 8 | color:#000080; |
9 | -} | 9 | +} |
10 | /* comments */ | 10 | /* comments */ |
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 { | 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 | color:gray; | 12 | color:gray; |
@@ -17,12 +17,12 @@ strong dfn, strong dfn a,strong dfn var, strong dfn a u, strong dfn u{ | @@ -17,12 +17,12 @@ strong dfn, strong dfn a,strong dfn var, strong dfn a u, strong dfn u{ | ||
17 | color:gray; | 17 | color:gray; |
18 | font-weight:normal; | 18 | font-weight:normal; |
19 | } | 19 | } |
20 | - /* attributes */ | 20 | + /* attributes */ |
21 | s, s b, span s u, span s cite, strong span s { | 21 | s, s b, span s u, span s cite, strong span s { |
22 | color:#5656fa ; | 22 | color:#5656fa ; |
23 | font-weight:normal; | 23 | font-weight:normal; |
24 | } | 24 | } |
25 | - /* strings */ | 25 | + /* strings */ |
26 | strong s,strong s b, strong s u, strong s cite { | 26 | strong s,strong s b, strong s u, strong s cite { |
27 | color:#009900; | 27 | color:#009900; |
28 | font-weight:normal; | 28 | font-weight:normal; |
@@ -34,7 +34,6 @@ strong ins{ | @@ -34,7 +34,6 @@ strong ins{ | ||
34 | /* Syntax */ | 34 | /* Syntax */ |
35 | strong a, strong a u { | 35 | strong a, strong a u { |
36 | color:#0000FF; | 36 | color:#0000FF; |
37 | - font-weight:; | ||
38 | } | 37 | } |
39 | /* Native Keywords */ | 38 | /* Native Keywords */ |
40 | strong u { | 39 | strong u { |
@@ -58,7 +57,7 @@ em { | @@ -58,7 +57,7 @@ em { | ||
58 | color:#800080; | 57 | color:#800080; |
59 | font-style:normal; | 58 | font-style:normal; |
60 | } | 59 | } |
61 | - /* script */ | 60 | + /* script */ |
62 | ins { | 61 | ins { |
63 | color:#800000; | 62 | color:#800000; |
64 | font-weight:bold; | 63 | font-weight:bold; |
@@ -68,4 +67,4 @@ ins { | @@ -68,4 +67,4 @@ ins { | ||
68 | cite, s cite { | 67 | cite, s cite { |
69 | color:red; | 68 | color:red; |
70 | font-weight:bold; | 69 | font-weight:bold; |
71 | -} | ||
72 | \ No newline at end of file | 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
public/stylesheets/application.css
@@ -4414,7 +4414,8 @@ h1#agenda-title { | @@ -4414,7 +4414,8 @@ h1#agenda-title { | ||
4414 | #groups-list li { | 4414 | #groups-list li { |
4415 | display: block; | 4415 | display: block; |
4416 | list-style: none; | 4416 | list-style: none; |
4417 | - margin-bottom: 20px background-color: #B8CFE7; | 4417 | + margin-bottom: 20px; |
4418 | + background-color: #B8CFE7; | ||
4418 | } | 4419 | } |
4419 | 4420 | ||
4420 | #groups-list li .vcard { | 4421 | #groups-list li .vcard { |
public/stylesheets/search.css
@@ -563,7 +563,8 @@ li.search-product-item { | @@ -563,7 +563,8 @@ li.search-product-item { | ||
563 | } | 563 | } |
564 | li.search-product-item { | 564 | li.search-product-item { |
565 | display:block; | 565 | display:block; |
566 | - float:none overflow:visible; | 566 | + float:none; |
567 | + overflow:visible; | ||
567 | padding:10px 0; | 568 | padding:10px 0; |
568 | margin:10px 0; | 569 | margin:10px 0; |
569 | border-bottom:1px solid #ccc; | 570 | border-bottom:1px solid #ccc; |