Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(6)

Unified Diff: lib/views/browser/main.less

Issue 8412043: Style the tab content in charm details UI.
Patch Set: Style the tab content in charm details UI. Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/views/browser/charm-full.less ('k') | lib/views/stylesheet.less » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « lib/views/browser/charm-full.less ('k') | lib/views/stylesheet.less » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b