]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
Continuing the rephrasing, adding screencaptures, adding a miniature image class...
[ardour-manual] / source / css / app.css
index 6c8784dba98e88f215b787a80c56b9566acf0ca3..1ea517c70742548c48966acc3a7e69830ccc1fff 100644 (file)
@@ -122,6 +122,12 @@ ul.inside li, ol.inside li {
   padding-bottom: .3ex;
 }
 
+#content h2.clear,
+#content h3.clear,
+#content h4.clear {
+       clear:both;
+}
+
 #content h1.title {
   font-size: 1.8em;
   margin: 0 0 2ex 0;
@@ -480,6 +486,15 @@ samp:after {
        clear: both;
 }
 
+#content img.mini {
+  width:200px;
+}
+
+#content img.mini:hover {
+  width: 100%;
+  transition: width .5s ease;
+}
+
 #content p.center {
        text-align:center;
 }