Index: lib/views/browser/main.less |
=== modified file 'lib/views/browser/main.less' |
--- lib/views/browser/main.less 2013-04-04 01:41:58 +0000 |
+++ lib/views/browser/main.less 2013-04-05 13:06:17 +0000 |
@@ -20,12 +20,32 @@ |
no-repeat right top; |
background-color: @background-color; |
} |
+.heading-font { |
+ color: @bws-heading; |
+ font-family: @font-family-medium; |
+ font-weight: normal; |
+ font-size: 10.5pt; |
+} |
#subapp-browser { |
background-color: #f5f5f5; |
color: @bws-text; |
font-size: 9pt; |
+ dl { |
+ margin: 0; |
+ |
+ dt, |
+ dd { |
+ margin: 0; |
+ padding: 0; |
+ } |
+ dt { |
+ color: @bws-heading; |
+ font-family: @font-family-medium; |
+ font-weight: normal; |
+ } |
+ } |
.reset { |
margin: auto; |
text-align: left; |