[library-web] Remove rules taking over the layout from gtkdoc.css



commit a097f4e7beaf50d5034e76e289b113d83a643a22
Author: Frédéric Péters <fpeters 0d be>
Date:   Thu Mar 27 07:19:11 2014 +0100

    Remove rules taking over the layout from gtkdoc.css
    
    They were part of 8de9c75e118dc92a50a67f188efc0f9ee1d77812 that I overlooked
    when reverting recent undiscussed changes.

 data/skin/gtkdoc.css |   94 +-------------------------------------------------
 1 files changed, 1 insertions(+), 93 deletions(-)
---
diff --git a/data/skin/gtkdoc.css b/data/skin/gtkdoc.css
index 048c881..6a48923 100644
--- a/data/skin/gtkdoc.css
+++ b/data/skin/gtkdoc.css
@@ -31,49 +31,6 @@ body
 }
 
 @media screen {
-  sup a.footnote
-  {
-    position: relative;
-    top: 0em ! important;
-  }
-  /* this is needed so that the local anchors are displayed below the naviagtion */
-  div.footnote a[name], div.refnamediv a[name], div.refsect1 a[name], div.refsect2 a[name], div.index 
a[name], div.glossary a[name], div.sect1 a[name]
-  {
-    display: inline-block;
-    position: relative;
-    top:-5em;
-  }
-  /* this seems to be a bug in the xsl style sheets when generating indexes */
-  div.index div.index
-  {
-    top: 0em;
-  }
-  /* make space for the fixed navigation bar and add space at the bottom so that
-   * link targets appear somewhat close to top
-   */
-  body
-  {
-    padding-top: 2.5em;
-    padding-bottom: 500px;
-    max-width: 60em;
-  }
-  p
-  {
-    max-width: 60em;
-  }
-  /* style and size the navigation bar */
-  table.navigation#top
-  {
-    position: fixed;
-    background: #e2e2e2;
-    border-bottom: solid 1px #babdb6;
-    border-spacing: 5px;
-    margin-top: 0;
-    margin-bottom: 0;
-    top: 0;
-    left: 0;
-    z-index: 10;
-  }
   table.navigation#top td
   {
     padding-left: 6px;
@@ -102,62 +59,13 @@ body
   }
   .navigation .title
   {
-    font-size: 80%;
+    text-align: left;
     max-width: none;
     margin: 0px;
     font-weight: normal;
   }
 
 }
- media screen and (min-width: 60em) {
-  /* screen larger than 60em */
-  body { margin: auto; }
-}
- media screen and (max-width: 60em) {
-  /* screen less than 60em */
-  #nav_hierarchy { display: none; }
-  #nav_interfaces { display: none; }
-  #nav_prerequisites { display: none; }
-  #nav_derived_interfaces { display: none; }
-  #nav_implementations { display: none; }
-  #nav_child_properties { display: none; }
-  #nav_style_properties { display: none; }
-  #nav_index { display: none; }
-  #nav_glossary { display: none; }
-  .gallery_image { display: none; }
-  .property_flags { display: none; }
-  .signal_flags { display: none; }
-  .parameter_annotations { display: none; }
-  .enum_member_annotations { display: none; }
-  .struct_member_annotations { display: none; }
-  .union_member_annotations { display: none; }
-  /* now that a column is hidden, optimize space */
-  col.parameters_name { width: auto; }
-  col.parameters_description { width: auto; }
-  col.struct_members_name { width: auto; }
-  col.struct_members_description { width: auto; }
-  col.enum_members_name { width: auto; }
-  col.enum_members_description { width: auto; }
-  col.union_members_name { width: auto; }
-  col.union_members_description { width: auto; }
-}
- media print {
-  table.navigation {
-    visibility: collapse;
-    display: none;
-  }
-  div.titlepage table.navigation {
-    visibility: visible;
-    display: table;
-    background: #e2e2e2;
-    border: solid 1px #babdb6;
-    margin-top: 0;
-    margin-bottom: 0;
-    top: 0;
-    left: 0;
-    height: 3em;
-  }
-}
 
 div.gallery-float
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]