]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/app.css
simplify tree generation, restore broken autoscrolling (could use some tweaking)
[ardour-manual] / source / css / app.css
index f78a6c2d0541e75d771356440ec3d211cc1e3073..e2972dcf4995596e78c5d4bfd95d6c5add239e6a 100644 (file)
     white-space:nowrap;
 }
 
+#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-";
     content: "Alt-";
 }
 
+.mod3:before {
+    content: "Shift-";
+}
+
 .mod4:before {
     content: "Win-";
 }
     content: "Ctrl-";
 }
 
+.mac .mod3:before {
+    content: "Shift-";
+}
+
 .mac .mod4:before {
     content: "Opt-";
 }