You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2012/11/07 20:48:10 UTC

[5/12] git commit: Merge CSS rules together

Merge CSS rules together


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/84f5a6a8
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/84f5a6a8
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/84f5a6a8

Branch: refs/heads/5.4-js-rewrite
Commit: 84f5a6a8b0b39c579ee74acecb406358715669a9
Parents: 36f13d5
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Wed Nov 7 10:26:04 2012 -0800
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Wed Nov 7 10:26:04 2012 -0800

----------------------------------------------------------------------
 .../resources/META-INF/assets/core/Palette.css     |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/84f5a6a8/tapestry-core/src/main/resources/META-INF/assets/core/Palette.css
----------------------------------------------------------------------
diff --git a/tapestry-core/src/main/resources/META-INF/assets/core/Palette.css b/tapestry-core/src/main/resources/META-INF/assets/core/Palette.css
index ca9e3d7..b2aa921 100644
--- a/tapestry-core/src/main/resources/META-INF/assets/core/Palette.css
+++ b/tapestry-core/src/main/resources/META-INF/assets/core/Palette.css
@@ -14,6 +14,7 @@ DIV.t-palette-title {
     font-weight: bold;
     margin-bottom: 3px;
     display: block;
+    width: 200px;
 }
 
 DIV.t-palette-available {
@@ -40,8 +41,4 @@ DIV.t-palette-selected {
 
 DIV.t-palette-spacer {
     clear: left;
-}
-
-DIV.t-palette-title {
-    width: 200px;
 }
\ No newline at end of file