OSDN Git Service

DOCS ONLY.
authorScott Main <smain@google.com>
Wed, 19 Aug 2009 02:00:11 +0000 (19:00 -0700)
committerScott Main <smain@google.com>
Wed, 19 Aug 2009 02:00:11 +0000 (19:00 -0700)
styleheet changes to fix some errors in the print layout
and remove extra space from above nested lists, so they fit
closer to the parent list item.

tools/droiddoc/templates/assets/android-developer-core.css
tools/droiddoc/templates/assets/android-developer-docs.css

index 447eace..fcb51ab 100644 (file)
@@ -134,7 +134,7 @@ dd pre, dd table, dd img {
 
 li ul,
 li ol {
-  margin:.5em 0 0 0;
+  margin:0;
   padding: 0 0 0 2em;
 }
 
index 726694d..d72098f 100644 (file)
@@ -1184,21 +1184,16 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
     padding:0;
   }
 
-  #headerLeft .guide {
-    display:none;
-  }
-  
-  #headerRight {
+  #header-tabs,
+  #headerRight,
+  #side-nav,
+  #api-info-block {
     display:none;
   }
 
   #body-content {
     position:inherit;
   }
-
-  #side-nav {
-    display:none;
-  }
   
   #doc-content {
     margin-left:0 !important;