]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
Removed images/files no longer used
[ardour-manual] / source / css / app.css
index bac1dfd15a9a29fe0e43756910d5eba37866aafb..5abbe55abe3dfe7301c0dd04096c679b3c6d9db2 100644 (file)
@@ -49,6 +49,11 @@ ul.inside li, ol.inside li {
   margin-left: 1em;
 }
 
+#tree ul {
+  padding-left: 1em;
+  list-style-type: none;
+}
+
 #tree h1.title a:hover {
   border-bottom: none;
 }
@@ -122,6 +127,7 @@ ul.inside li, ol.inside li {
   padding-bottom: .3ex;
 }
 
+#content h1.clear,
 #content h2.clear,
 #content h3.clear,
 #content h4.clear {
@@ -275,6 +281,8 @@ ul.inside li, ol.inside li {
        display: table-caption;
        caption-side: bottom;
        font-style: italic;
+  padding-top: 0.5em;
+  padding-bottom: 1em;
 }
 
 #content figcaption.center {
@@ -492,7 +500,7 @@ samp:after {
 
 #content img.mini:hover {
   width: 100%;
-  /*transition: width .5s ease; doesn't work on right-floated figures */ 
+  /*transition: width .5s ease; doesn't work on right-floated figures */
 }
 
 #content p.center {