From eb7e792782653f2a5dee21769cf03780e55fbbb6 Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Wed, 13 Apr 2016 21:49:11 -0400 Subject: [PATCH] fixed small plus sign and hard to identify bold --- atoms/index.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/atoms/index.css b/atoms/index.css index 87f059f..5f0ec2a 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -41,6 +41,25 @@ td { box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.2); } +.oxid { + margin: 0; + display: inline-block; +} + +.oxidStat { + margin-top: 0; + display: inline-block; +} + +.oxid:first-letter { + font-size: 175% !important; +} + +.common { + -webkit-filter: drop-shadow(4px 4px 3px #010); + filter: drop-shadow(4px 4px 3px #010); +} + img { -webkit-filter: drop-shadow(4px 4px 3px #444); filter: drop-shadow(4px 4px 3px #444);