1
0
mirror of https://github.com/writeas/paste-chrome synced 2018-07-20 11:45:21 +00:00

Fix Publish button display

Remove redundant text-align
Explicitly set font-size
This commit is contained in:
Matt Baer 2016-07-06 21:00:43 -04:00
parent b037bc04ae
commit bec44aaf2c

View File

@ -36,10 +36,10 @@
border: 1px solid rgb(114, 120, 191); border: 1px solid rgb(114, 120, 191);
background: rgb(114, 120, 191); background: rgb(114, 120, 191);
color: white; color: white;
text-align: right;
margin-left: 0.5em; margin-left: 0.5em;
width: 7em; width: 7em;
text-align: center; text-align: center;
font-size: 0.86em;
transition: all .2s ease-out; transition: all .2s ease-out;
border-radius: .25em; border-radius: .25em;
} }