Browse Source

Reset letterspacing with normal instead of initial

Better browser support (IE11)
pm2
Luke Childs 9 years ago
parent
commit
83891fbee7
  1. 4
      assets/style.css

4
assets/style.css

@ -155,7 +155,7 @@ table i {
display: inline-block; display: inline-block;
max-width: 1em; max-width: 1em;
overflow: hidden; overflow: hidden;
letter-spacing: initial; letter-spacing: normal;
} }
/* Node page */ /* Node page */
@ -301,7 +301,7 @@ footer {
display: inline-block; display: inline-block;
min-width: 7em; min-width: 7em;
margin-right: 1em; margin-right: 1em;
letter-spacing: initial; letter-spacing: normal;
} }
td:nth-of-type(2):before { content: "Nickname:"; } td:nth-of-type(2):before { content: "Nickname:"; }
td:nth-of-type(3):before { content: "Bandwidth:"; } td:nth-of-type(3):before { content: "Bandwidth:"; }

Loading…
Cancel
Save