logging and unit test updates
[debian/openrocket] / web / html / alternative.css
index 5274a55514917620e5b4faceffaa9fc4df3e7a75..f53f60ec5e12b4fcb8eee782cc255fb575505a1c 100644 (file)
@@ -330,6 +330,7 @@ div.downloadbox {
     width: 175px;
     height: 80px;
     background: transparent url('greenbox.png') no-repeat;
+    text-align: left;
 }
 
 div.downloadbox a.main {
@@ -384,11 +385,39 @@ div.downloadbox .alternative a+a {
 div.downloadbox .alternative a:hover {
     color: black;
 }
-
+/*
 .page_index div.downloadbox {
     width: 195px;
     margin: 0.5em 0 1em 50px;
 }
+*/
+.rightpane {
+    width: 210px;
+    float: right;
+    clear: both;
+    margin: 0 0 0 30px;
+    text-align: center;
+}
+.rightpane div {
+    margin: 2em auto;
+}
+
+.rightpane div.downloadbox {
+    margin: 0 auto 2em 0;
+}
+.rightpane div.screenshot {
+    font-size: smaller;
+    font-style: italic;
+    text-align: center;
+}
+.rightpane div.support {
+    margin-bottom: 0;
+    text-align: center;
+}
+
+.page_download div.support {
+    margin: 20px 0;
+}
 
 .rightimg {
     width: 210px;
@@ -467,3 +496,24 @@ pre.license {
 .note {
     font-size: 80%;
 }
+
+.spacing {
+    margin-top: 2em;
+    margin-bottom: 2em;
+}
+
+dl {
+    margin: 0 2em;
+}
+
+span.command {
+    white-space: nowrap;
+    font-family: monospace;
+    border: solid 1px #ddd;
+    background-color: #eee;
+    padding: 1px 3px;
+}
+
+.center {
+    text-align: center;
+}
\ No newline at end of file