You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by he...@apache.org on 2016/01/25 23:45:02 UTC

[4/5] allura git commit: [#8046] Fix style issues for nbhd logo/title

[#8046] Fix style issues for nbhd logo/title


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

Branch: refs/heads/hs/8046
Commit: 0749d847fb4011068d486bf5fb2589f66fbc5522
Parents: 5aa80c9
Author: Heith Seewald <he...@gmail.com>
Authored: Fri Jan 22 19:29:09 2016 -0500
Committer: Heith Seewald <he...@gmail.com>
Committed: Mon Jan 25 17:44:32 2016 -0500

----------------------------------------------------------------------
 Allura/allura/nf/allura/css/site_style.css | 29 +++++++++++++++++++++++++
 1 file changed, 29 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/0749d847/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 c0ddbd0..f6d4179 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -2133,6 +2133,35 @@ a.sidebar-disabled:focus {
   height: 48px;
   vertical-align: middle;
 }
+.neighborhood_icon_left {
+  float: left;
+  margin-right: 0.5em;
+  width: 48px;
+  height: 48px;
+  vertical-align: middle;
+}
+
+.neighborhood_block {
+  margin-bottom: 10px;
+  float: right;
+  z-index: 0;
+}
+
+.neighborhood_title {
+  float: right;
+  text-align: end;
+  padding-top: 0.4rem;
+}
+
+.neighborhood_title h3 {
+  font-size: x-large;
+  margin-bottom: 0.4rem;
+}
+
+.neighborhood_title_link {
+  float: right;
+  font-style: italic;
+}
 
 #top_nav {
   background-color: #f8f8f8;