Commit 074c6c08529ae8c4fb7ef51a818c385a77c5c6a1
Committed by
Braulio Bhavamitra
1 parent
fbb18e91
Exists in
master
and in
22 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 | 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
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