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 2015/10/27 13:05:12 UTC

allura git commit: Add classes for x16, x24, x32, x48, x64 so that user icons show up the right size

Repository: allura
Updated Branches:
  refs/heads/master 232fafe78 -> 78dc23df2


Add classes for x16,x24,x32,x48,x64 so that user icons show up the right size


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

Branch: refs/heads/master
Commit: 78dc23df229312497222e69db580a8e4b3123b57
Parents: 232fafe
Author: Dave Brondsema <da...@brondsema.net>
Authored: Mon Oct 26 14:03:31 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Mon Oct 26 14:03:31 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/allura/blob/78dc23df/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 d702ca9..bd9a289 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -1201,6 +1201,11 @@ nav .ico {
   text-transform: none;
 }
 
+.x16 {font-size: 16px; width: 16px; height: 16px;}
+.x24 {font-size: 24px; width: 24px; height: 24px;}
+.x32 {font-size: 32px; width: 32px; height: 32px;}
+.x48 {font-size: 48px; width: 48px; height: 48px;}
+.x64 {font-size: 64px; width: 64px; height: 64px;}
 
 .modal b.close {
   position: absolute;