]> Shamusworld >> Repos - ardour-manual-diverged/commitdiff
add custom styling for floating images and notabene box
authorJörn Nettingsmeier <nettings@stackingdwarves.net>
Sun, 2 Feb 2014 19:14:48 +0000 (20:14 +0100)
committerJörn Nettingsmeier <nettings@stackingdwarves.net>
Sun, 2 Feb 2014 19:14:48 +0000 (20:14 +0100)
source/css/app.css

index dc841128b43efef0b2b15b1e9a6ae0b3bda2aff3..ad851c631142359337500db8eb416b2b277e4754 100644 (file)
     white-space:nowrap;
 }
 
+#content img {
+    margin: 1em 0 1em 0;
+
+}
+#content td {
+    padding: 0 1em 0 1em;
+}
+
+#content .small {
+    width:150px;
+}
+
+#content .right {
+    margin: 0 0 1em 1em;
+    float:right;
+}
+
+#content .left {
+    margin-left:0 1em 1em 0;
+    float:left;
+}
+
+#content .well.notabene {
+    border-color: #990000;
+    background-color: #ffeeee;
+}
 
 .mod1:before {
     content: "Ctrl-";