You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2016/06/29 19:40:25 UTC

[2/4] allura git commit: Fix emoji size according to neighbor text

Fix emoji size according to neighbor text


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

Branch: refs/heads/master
Commit: e0a59a4a931f690f0d42f80b4d2eb3c231954bb3
Parents: 8a926be
Author: Rohan Verma <ro...@gmail.com>
Authored: Wed Jun 22 01:14:12 2016 +0530
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Jun 29 15:39:34 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/allura/blob/e0a59a4a/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 dbeef02..792b8ac 100644
--- a/Allura/allura/nf/allura/css/site_style.css
+++ b/Allura/allura/nf/allura/css/site_style.css
@@ -3483,4 +3483,11 @@ fieldset.preferences legend {
     background-image: none;
     box-shadow: none;
   }
+}
+
+img.emoji {
+   height: 1em;
+   width: 1em;
+   margin: 0 .05em 0 .1em;
+   vertical-align: -0.1em;
 }
\ No newline at end of file