diff options
author | Dirk Dougherty <ddougherty@google.com> | 2014-06-01 21:28:20 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2014-06-01 21:28:20 -0700 |
commit | 2e3fb81b52cedd4b1c61d28f891063c62307d4b6 (patch) | |
tree | 700049117da9bfa1dcd939fe9e2741fe2f0f92c5 /tools | |
parent | 518ed145b17ad1fa66a0b8238469b6d13819f008 (diff) | |
download | build-2e3fb81b52cedd4b1c61d28f891063c62307d4b6.zip build-2e3fb81b52cedd4b1c61d28f891063c62307d4b6.tar.gz build-2e3fb81b52cedd4b1c61d28f891063c62307d4b6.tar.bz2 |
css adjustments for headings with dynamic content
Change-Id: I54e184b10677b21003bd282919423b525b8aa705
Diffstat (limited to 'tools')
-rw-r--r-- | tools/droiddoc/templates-sdk/assets/css/default.css | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/tools/droiddoc/templates-sdk/assets/css/default.css b/tools/droiddoc/templates-sdk/assets/css/default.css index 6bd7f9e..0bd70a5 100644 --- a/tools/droiddoc/templates-sdk/assets/css/default.css +++ b/tools/droiddoc/templates-sdk/assets/css/default.css @@ -1960,28 +1960,12 @@ EndColorStr='#ececec'); /* related resources blocks in checklists */ -.rel-resources { - margin:10px 0px; - border:1px solid #ccc; - background-color:rgba(0, 0, 0, 0.027451); - border:1px solid #ccc; - font-size:13px; - color:#6f6f6f; -} +/* related resources sections that have dynamic content */ -.rel-resources ul { -padding: .5em 1em 0 1em; -} -.rel-resources a { -font-weight:500; -} -.rel-resources h3 { - margin:4px 15px 0px 15px; - font-size:13px; - font-weight:600; - text-transform:uppercase; +h3.rel-resources { +margin:1.25em auto; } /* -------------------------------------------------------------------------- @@ -5141,7 +5125,7 @@ a.download-sdk { text-transform:uppercase; border-bottom:1px solid #CCC; padding:8px 0 0 1px; - margin-bottom:10px; + margin-bottom:14px; clear:both; } |