[svnbook] r4287 committed - Reduce the whitespace in the site CSS.

svnbook at googlecode.com svnbook at googlecode.com
Wed Aug 1 09:32:33 CDT 2012


Revision: 4287
Author:   cmpilato at gmail.com
Date:     Wed Aug  1 07:32:20 2012
Log:      Reduce the whitespace in the site CSS.
http://code.google.com/p/svnbook/source/detail?r=4287

Modified:
  /www/styles.css

=======================================
--- /www/styles.css	Wed Aug  1 07:30:07 2012
+++ /www/styles.css	Wed Aug  1 07:32:20 2012
@@ -9,240 +9,173 @@
   * USA.
   */

-body
-{
-    color: black;
-    background: rgb(140,120,120);
-    font-family: times new roman, times, serif;
-    margin: 0;
-}
-
-img
-{
-    border: none;
-}
-
-#leftcolumn
-{
-    float: left;
-    border: none;
-    width: 120px;
-    margin: 2px 5px;
-    text-align: right;
-}
-
-#leftcolumn p
-{
-    margin: 0.25em 0;
-}
-
-#translations
-{
-    margin: 0;
-    padding: 0 0.5em;
-    background: white;
-}
-
-#translations p
-{
-    margin: 0.25em 0;
-    text-align: right;
-}
-
-.translationstatus
-{
-    width: 100%;
-    border: 1px black dotted;
-}
-
-#translationstatus th
-{
-    background-color: rgb(182,38,133);
-    color: white;
-}
-
-.status-bad
-{
-	background-color: rgb(100%,50%,50%);
-}
-
-.status-medium
-{
-	background-color: rgb(100%,100%,50%);
-}
-
-.status-good
-{
-	background-color: rgb(50%,100%,50%);
-}
-
-.status-bad, .status-medium, .status-good
-{
-	text-align: center;
-}
-
-#main
-{
-    width: 700px;
-    position: absolute;
-    top: 0px;
-    left: 130px;
-}
-
-#rightcolumn
-{
-    width: 200px;
-    position: absolute;
-    top: 0px;
-    left: 835px;
-}
-
-#rightcolumn p
-{
-    margin: 0.25em 0;
-    font-size: 0.8em;
-}
-
-#googlesearch
-{
-    margin: 1em 0;
-}
-
-#pagetable
-{
-    width: 700px;
-    position: relative;
-}
-
-#content
-{
-    color: black;
-    background: white url('./images/turtles.jpg') no-repeat;
-    padding: 0px 20px 20px 20px;
-    border: solid 1px black;
-}
-
-#content .bar
-{
-    background: rgb(182,38,133);
-    color: white;
-    font-family: garamond, times new roman, times, serif;
-    font-weight: normal;
-    font-size: 8pt;
-    margin: 0px;
-    padding: 0px 0px;
-    text-align: center;
-}
-
-#content .tagline
-{
-    color: black;
-    font-family: garamond, times new roman, times, serif;
-    font-style: italic;
-    font-weight: normal;
-    font-size: 14pt;
-    padding: 0px 0px 20px 0px;
-    margin: 0px;
-    text-align: center;
-}
-
-#content .title1, .title3
-{
-    color: black;
-    font-family: garamond, times new roman, times, serif;
-    font-style: italic;
-    font-weight: normal;
-    font-size: 24pt;
-    padding: 0px;
-    margin: 0px;
-}
-
-#content .title1
-{
-    text-align: left;
-}
-
-#content .title3
-{
-    text-align: right;
-}
-
-#content .title2
-{
-    background: rgb(182,38,133);
-    color: white;
-    font-family: garamond, times new roman, times, serif;
-    font-weight: normal;
-    font-size: 64pt;
-    margin: 0px;
-    padding: 0px 20px;
-    text-align: center;
-}
-
-#content .authorlist
-{
-    color: black;
-    font-family: garamond, times new roman, times, serif;
-    font-style: italic;
-    font-weight: normal;
-    font-size: 16pt;
-    padding: 0px;
-    margin: 0px;
-    text-align: right;
-}
-
-#content .authorlist a
-{
-    color: black;
-    text-decoration: none;
-}
-
-.versionlist
-{
-    border: 1px black dotted;
-    margin: 0 0.5in;
-    padding: 2px;
-    font-size: 90%;
-}
-
-.versionlist ul
-{
-    list-style-type: square;
-}
-
-.versionlist h3
-{
-    margin: 0;
-    background-color: rgb(182,38,133);
-    color: white;
-}
-
-#versiontable th
-{
-    background-color: rgb(182,38,133);
-    color: white;
-    border-right: 1px black dotted;
-    border-bottom: 1px black dotted;
-}
-
-#versiontable td
-{
-    font-size: 90%;
-    border-right: 1px black dotted;
-    border-bottom: 1px black dotted;
-}
-
-#versiontable li
-{
-    margin-left: -0.25in;
-}
-
-.glossary
-{
-    text-decoration: underline;
-}
-
-.underline
-{
-    text-decoration: underline;
-}
+body {
+  color: black;
+  background: rgb(140,120,120);
+  font-family: times new roman, times, serif;
+  margin: 0;
+}
+img {
+  border: none;
+}
+#leftcolumn {
+  float: left;
+  border: none;
+  width: 120px;
+  margin: 2px 5px;
+  text-align: right;
+}
+#leftcolumn p {
+  margin: 0.25em 0;
+}
+#translations {
+  margin: 0;
+  padding: 0 0.5em;
+  background: white;
+}
+#translations p {
+  margin: 0.25em 0;
+  text-align: right;
+}
+.translationstatus {
+  width: 100%;
+  border: 1px black dotted;
+}
+#translationstatus th {
+  background-color: rgb(182,38,133);
+  color: white;
+}
+.status-bad {
+  background-color: rgb(100%,50%,50%);
+}
+.status-medium {
+  background-color: rgb(100%,100%,50%);
+}
+.status-good {
+  background-color: rgb(50%,100%,50%);
+}
+.status-bad, .status-medium, .status-good {
+  text-align: center;
+}
+#main {
+  width: 700px;
+  position: absolute;
+  top: 0px;
+  left: 130px;
+}
+#rightcolumn {
+  width: 200px;
+  position: absolute;
+  top: 0px;
+  left: 835px;
+}
+#rightcolumn p {
+  margin: 0.25em 0;
+  font-size: 0.8em;
+}
+#googlesearch  {
+  margin: 1em 0;
+}
+#pagetable {
+  width: 700px;
+  position: relative;
+}
+#content {
+  color: black;
+  background: white url('./images/turtles.jpg') no-repeat;
+  padding: 0px 20px 20px 20px;
+  border: solid 1px black;
+}
+#content .bar {
+  background: rgb(182,38,133);
+  color: white;
+  font-family: garamond, times new roman, times, serif;
+  font-weight: normal;
+  font-size: 8pt;
+  margin: 0px;
+  padding: 0px 0px;
+  text-align: center;
+}
+#content .tagline {
+  color: black;
+  font-family: garamond, times new roman, times, serif;
+  font-style: italic;
+  font-weight: normal;
+  font-size: 14pt;
+  padding: 0px 0px 20px 0px;
+  margin: 0px;
+  text-align: center;
+}
+#content .title1, .title3 {
+  color: black;
+  font-family: garamond, times new roman, times, serif;
+  font-style: italic;
+  font-weight: normal;
+  font-size: 24pt;
+  padding: 0px;
+  margin: 0px;
+}
+#content .title1 {
+  text-align: left;
+}
+#content .title3 {
+  text-align: right;
+}
+#content .title2 {
+  background: rgb(182,38,133);
+  color: white;
+  font-family: garamond, times new roman, times, serif;
+  font-weight: normal;
+  font-size: 64pt;
+  margin: 0px;
+  padding: 0px 20px;
+  text-align: center;
+}
+#content .authorlist {
+  color: black;
+  font-family: garamond, times new roman, times, serif;
+  font-style: italic;
+  font-weight: normal;
+  font-size: 16pt;
+  padding: 0px;
+  margin: 0px;
+  text-align: right;
+}
+#content .authorlist a {
+  color: black;
+  text-decoration: none;
+}
+.versionlist {
+  border: 1px black dotted;
+  margin: 0 0.5in;
+  padding: 2px;
+  font-size: 90%;
+}
+.versionlist ul {
+  list-style-type: square;
+}
+.versionlist h3 {
+  margin: 0;
+  background-color: rgb(182,38,133);
+  color: white;
+}
+#versiontable th {
+  background-color: rgb(182,38,133);
+  color: white;
+  border-right: 1px black dotted;
+  border-bottom: 1px black dotted;
+}
+#versiontable td {
+  font-size: 90%;
+  border-right: 1px black dotted;
+  border-bottom: 1px black dotted;
+}
+#versiontable li {
+  margin-left: -0.25in;
+}
+.glossary {
+  text-decoration: underline;
+}
+.underline {
+  text-decoration: underline;
+}




More information about the svnbook-dev mailing list