You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2014/02/21 23:21:56 UTC

[08/10] git commit: [#7097] Fix wrapping of project descriptions

[#7097] Fix wrapping of project descriptions

Signed-off-by: Tim Van Steenburgh <tv...@gmail.com>


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

Branch: refs/heads/master
Commit: b6120bf28d760506e2e28d03412d94d9cfde7e16
Parents: 34d6c93
Author: Tim Van Steenburgh <tv...@gmail.com>
Authored: Fri Feb 21 21:15:38 2014 +0000
Committer: Tim Van Steenburgh <tv...@gmail.com>
Committed: Fri Feb 21 21:15:38 2014 +0000

----------------------------------------------------------------------
 Allura/allura/ext/user_profile/templates/sections/tools.html | 2 +-
 Allura/allura/nf/allura/css/site_style.css                   | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/b6120bf2/Allura/allura/ext/user_profile/templates/sections/tools.html
----------------------------------------------------------------------
diff --git a/Allura/allura/ext/user_profile/templates/sections/tools.html b/Allura/allura/ext/user_profile/templates/sections/tools.html
index edcdbb9..d6629fd 100644
--- a/Allura/allura/ext/user_profile/templates/sections/tools.html
+++ b/Allura/allura/ext/user_profile/templates/sections/tools.html
@@ -19,7 +19,7 @@
 {% extends "allura.ext.user_profile:templates/profile_section_base.html" %}
 
 {% block title %}
-    Tools
+    Personal Tools
 {% endblock %}
 
 {% block actions %}

http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/b6120bf2/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 e616ef0..17cf48a 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -3375,9 +3375,8 @@ ul.dropdown ul li a:hover {
 .profile-section.projects ul img, .profile-section.projects ol img {
   vertical-align: top;
   margin-right: 10px;
-}
-.profile-section.projects ul .project-info, .profile-section.projects ol .project-info {
-  display: inline-block;
+  margin-bottom: 10px;
+  float: left;
 }
 .profile-section.projects ul .project-info a, .profile-section.projects ol .project-info a {
   font-weight: bold;