]> Shamusworld >> Repos - ardour-manual/commitdiff
styling for semantic markup elements, add XML declaration to generated output.
authorJörn Nettingsmeier <nettings@stackingdwarves.net>
Mon, 3 Feb 2014 17:10:07 +0000 (18:10 +0100)
committerJörn Nettingsmeier <nettings@stackingdwarves.net>
Mon, 3 Feb 2014 17:10:07 +0000 (18:10 +0100)
source/_layouts/bootstrap.html
source/css/app.css

index fce166b51135dfb37a8e270aec19116cd3fbcebe..6e03156e1371829767d1ad3645926dfda9e40cba 100644 (file)
@@ -3,7 +3,7 @@ bootstrap_path: /bootstrap-2.2.2
 page_title: The Ardour Manual
 ---
 
-
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
       
index e2972dcf4995596e78c5d4bfd95d6c5add239e6a..3e3b09e9df2dbcbc5ee89354cad128ea95f0bbd6 100644 (file)
     width:150px;
 }
 
+#content dfn {
+    font-weight: bold;
+    font-style: normal;
+}
+
 #content .right {
     margin: 0 0 1em 1em;
     float:right;
     float:left;
 }
 
-#content .well.notabene {
+#content .note,.warning {
+    min-height: 20px;
+    padding: 19px;
+    margin-bottom: 20px;
+    border: 1px solid 
+    -webkit-border-radius: 4px;
+       -moz-border-radius: 4px;
+            border-radius: 4px;
+    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
+}
+
+#content .note {
+    border-color: #e3e3e3;
+    background-color: #f5f5f5;
+}
+
+#content .warning {
     border-color: #990000;
     background-color: #ffeeee;
 }