You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by je...@apache.org on 2014/09/12 12:32:29 UTC

[2/5] git commit: [#7657] ticket:649 Move fieldset/legend css to site_style

[#7657] ticket:649 Move fieldset/legend css to site_style


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/9a20f384
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/9a20f384
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/9a20f384

Branch: refs/heads/je/42cc_7657
Commit: 9a20f3849ca5e6bb20a91a8a602bb07ddb970a0d
Parents: 0cc072f
Author: Igor Bondarenko <je...@gmail.com>
Authored: Fri Sep 12 11:39:55 2014 +0300
Committer: Igor Bondarenko <je...@gmail.com>
Committed: Fri Sep 12 11:39:55 2014 +0300

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css | 14 ++++++++++++++
 Allura/allura/templates/user_prefs.html    | 13 -------------
 2 files changed, 14 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/9a20f384/Allura/allura/nf/allura/css/site_style.css
----------------------------------------------------------------------
diff --git a/Allura/allura/nf/allura/css/site_style.css b/Allura/allura/nf/allura/css/site_style.css
index 8f8d5ab..963f071 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -3497,3 +3497,17 @@ ul.dropdown ul li a:hover {
     top: 10px;
 }
 .strikethrough { text-decoration: line-through; }
+
+fieldset {
+  margin-bottom: 2em;
+  border: 1px solid silver;
+  padding: 8px;
+  -webkit-border-radius: 4px;
+  -moz-border-radius: 4px;
+  border-radius: 4px;
+}
+legend {
+  margin: .2em;
+  padding: .2em;
+  font-size: 1.5em;
+}

http://git-wip-us.apache.org/repos/asf/allura/blob/9a20f384/Allura/allura/templates/user_prefs.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/user_prefs.html b/Allura/allura/templates/user_prefs.html
index fec5dcd..6fb2fb1 100644
--- a/Allura/allura/templates/user_prefs.html
+++ b/Allura/allura/templates/user_prefs.html
@@ -180,19 +180,6 @@
 {% block extra_css %}
 {{ super() }}
 <style>
-  fieldset {
-    margin-bottom: 2em;
-    border: 1px solid silver;
-    padding: 8px;
-    -webkit-border-radius: 4px;
-    -moz-border-radius: 4px;
-    border-radius: 4px;
-  }
-  legend {
-    margin: .2em;
-    padding: .2em;
-    font-size: 1.5em;
-  }
   .pad hr {
     margin: 15px 10px;
     width: 860px;