Skip to content

Commit f4656fd

Browse files
author
Philip Guo
committed
minor css tweaks
1 parent 561a8fd commit f4656fd

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

v3/css/opt-lessons.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ button.bigBtn {
8585
}
8686

8787
#footer {
88-
color: #666666;
88+
color: #666;
8989
font-size: 9pt;
90-
border-top: 1px solid #bbbbbb;
91-
padding-top: 5px;
90+
border-top: 1px solid #bbb;
91+
padding-top: 12px;
9292
margin-top: 5px;
9393
}
9494

v3/css/ui-lightness/jquery-ui-1.8.21.custom.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
5757
.ui-widget .ui-widget { font-size: 1em; }
5858
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
59-
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
59+
/* pgbovine - switch border from #dddddd to #ccc */
60+
.ui-widget-content { border: 1px solid #ccc; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
6061
.ui-widget-content a { color: #333333; }
6162
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
6263
.ui-widget-header a { color: #ffffff; }

0 commit comments

Comments
 (0)