[Bps-public-commit] App-Changeloggr branch, master, updated. 910b99765fc9dda43195f902cd9ad8dc95ca6318

sartak at bestpractical.com sartak at bestpractical.com
Tue May 19 10:59:04 EDT 2009


The branch, master has been updated
       via  910b99765fc9dda43195f902cd9ad8dc95ca6318 (commit)
      from  7bbbaa926fd7e044c981ed97c0def3c9b889154b (commit)

Summary of changes:
 share/web/static/css/app.css    |   63 +-------------------------------------
 share/web/static/css/change.css |   61 +++++++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+), 61 deletions(-)
 create mode 100644 share/web/static/css/change.css

- Log -----------------------------------------------------------------
commit 910b99765fc9dda43195f902cd9ad8dc95ca6318
Author: Shawn M Moore <sartak at gmail.com>
Date:   Tue May 19 10:58:49 2009 -0400

    Move change-specific css rules into its own file

diff --git a/share/web/static/css/app.css b/share/web/static/css/app.css
index 1ecda27..776514e 100644
--- a/share/web/static/css/app.css
+++ b/share/web/static/css/app.css
@@ -1,3 +1,5 @@
+ at import "change.css";
+
 body {
   margin:  0;
   padding: 0;
@@ -23,11 +25,6 @@ body {
   background: #112 url(/static/images/bplogo.png) no-repeat right top;
 }
 
-h1 {
-  margin: 0;
-  padding: 0;
-}
-
 a, a:link, a:visited {
   color: #ddd;
   text-decoration: underline;
@@ -48,10 +45,6 @@ input.button {
   padding: 0.5em;
 }
 
-input.button.vote {
-  margin: 0.3em;
-}
-
 .error.text, .error.password {
   background-color: #100;
   -moz-border-radius: 5px; -webkit-border-radius: 5px;
@@ -62,60 +55,8 @@ input.button.vote {
   font-weight: bold;
 }
 
-dl.keybindings {
-  margin-top: 0;
-}
-
-dl.keybindings dt {
-  width: 1.5em;
-  clear: left;
-  float: left;
-  display: block;
-}
-
-dl.keybindings dd {
-  float: left;
-  display: block;
-}
-
-.change_message {
-  white-space: pre;
-  font-family: monospace;
-}
-
-.change {
-  background: #224;
-  margin: 1em;
-  padding: 1em;
-  border: 5px solid #000;
-}
-
-ul.change_metadata {
-   list-style-type: none;
-   font-size: .8em;
-   padding-left: 0;
-}
-
 hr {
    border: 0;
    border-bottom: 1px dashed #333;
 }
 
-.diffadd {
-   color: #9f9;
-}
-
-.diffsub {
-   color: #f99;
-}
-
-.external_source {
-  float: right;
-}
-
-.change .identifier {
-  font-size: .7em;
-  text-align: right;
-  color: #999;
-}
-
diff --git a/share/web/static/css/change.css b/share/web/static/css/change.css
new file mode 100644
index 0000000..dcd78c7
--- /dev/null
+++ b/share/web/static/css/change.css
@@ -0,0 +1,61 @@
+h1 {
+  margin: 0;
+  padding: 0;
+}
+
+input.button.vote {
+  margin: 0.3em;
+}
+
+dl.keybindings {
+  margin-top: 0;
+}
+
+dl.keybindings dt {
+  width: 1.5em;
+  clear: left;
+  float: left;
+  display: block;
+}
+
+dl.keybindings dd {
+  float: left;
+  display: block;
+}
+
+.change_message {
+  white-space: pre;
+  font-family: monospace;
+}
+
+.change {
+  background: #224;
+  margin: 1em;
+  padding: 1em;
+  border: 5px solid #000;
+}
+
+ul.change_metadata {
+   list-style-type: none;
+   font-size: .8em;
+   padding-left: 0;
+}
+
+.diffadd {
+   color: #9f9;
+}
+
+.diffsub {
+   color: #f99;
+}
+
+.external_source {
+  float: right;
+}
+
+.change .identifier {
+  font-size: .7em;
+  text-align: right;
+  color: #999;
+}
+

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list