Commit 60a2a51b authored by chrisgarrity's avatar chrisgarrity

minor formatting changes for consistency

parent 4fe3997d
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
.ttt-tile-open-modal { .ttt-tile-open-modal {
display: inline-block; display: inline-block;
padding: 0 .25rem; padding: 0 .25rem;
width: 1.25em; width: 1rem;
height: 1.25em; height: 1rem;
vertical-align: top; vertical-align: text-bottom;
} }
...@@ -49,37 +49,37 @@ var TopBanner = injectIntl(React.createClass({ ...@@ -49,37 +49,37 @@ var TopBanner = injectIntl(React.createClass({
<FlexRow className="top-animation"> <FlexRow className="top-animation">
<img <img
src="/images/hoc/s.png" src="/images/hoc/s.png"
alt="C" alt=""
className="top-animation-letter mod-letter-s" className="top-animation-letter mod-letter-s"
/> />
<img <img
src="/images/hoc/c1.png" src="/images/hoc/c1.png"
alt="C" alt=""
className="top-animation-letter mod-letter-c1" className="top-animation-letter mod-letter-c1"
/> />
<img <img
src="/images/hoc/r.png" src="/images/hoc/r.png"
alt="R" alt=""
className="top-animation-letter mod-letter-r" className="top-animation-letter mod-letter-r"
/> />
<img <img
src="/images/hoc/a.png" src="/images/hoc/a.png"
alt="A" alt=""
className="top-animation-letter mod-letter-a" className="top-animation-letter mod-letter-a"
/> />
<img <img
src="/images/hoc/t.png" src="/images/hoc/t.png"
alt="T" alt=""
className="top-animation-letter mod-letter-t" className="top-animation-letter mod-letter-t"
/> />
<img <img
src="/images/hoc/c2.png" src="/images/hoc/c2.png"
alt="C" alt=""
className="top-animation-letter mod-letter-c2" className="top-animation-letter mod-letter-c2"
/> />
<img <img
src="/images/hoc/h.png" src="/images/hoc/h.png"
alt="H" alt=""
className="top-animation-letter mod-letter-h" className="top-animation-letter mod-letter-h"
/> />
</FlexRow> </FlexRow>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment