Commit a5b9358a798ec4d76c95448a7778a99deb7dda69

Authored by Megan Watson
1 parent ed4a4419

Removed background image in "blue" skin.

Committed by: Megan Watson
Showing 1 changed file with 11 additions and 11 deletions
skins/kts_blue/kt-morph.css
1 1
2 -.ktActionLink.ktDownload, .ktAction.ktDownload {  
3 - background-image: url(download.png); 2 +.ktActionLink.ktDownload, .ktAction.ktDownload {
  3 + background-image: url(download.png);
4 } 4 }
5 5
6 #pageBody { 6 #pageBody {
7 - background: url(page_bg.png) bottom left repeat-x; 7 + /*background: url(page_bg.png) bottom left repeat-x;*/
8 } 8 }
9 9
10 #navbar 10 #navbar
@@ -80,18 +80,18 @@ @@ -80,18 +80,18 @@
80 80
81 /* Content */ 81 /* Content */
82 82
83 -#content .dashboard_block .action_rollup  
84 -{ 83 +#content .dashboard_block .action_rollup
  84 +{
85 background-image: url(bullet_toggle_minus.png); 85 background-image: url(bullet_toggle_minus.png);
86 } 86 }
87 87
88 -#content .dashboard_block.rolled-up .action_rollup  
89 -{ 88 +#content .dashboard_block.rolled-up .action_rollup
  89 +{
90 background-image: url(bullet_toggle_plus.png); 90 background-image: url(bullet_toggle_plus.png);
91 } 91 }
92 92
93 -#content .dashboard_block .action_close  
94 -{ 93 +#content .dashboard_block .action_close
  94 +{
95 background-image: url(bullet_toggle_close.png); 95 background-image: url(bullet_toggle_close.png);
96 } 96 }
97 97
@@ -159,8 +159,8 @@ @@ -159,8 +159,8 @@
159 font-size:small; 159 font-size:small;
160 } 160 }
161 161
162 -#content .ktBlock h2  
163 -{ 162 +#content .ktBlock h2
  163 +{
164 color: #FFFFFF; 164 color: #FFFFFF;
165 } 165 }
166 */ 166 */
167 \ No newline at end of file 167 \ No newline at end of file