Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/htdocs/stc/allpics.css b/htdocs/stc/allpics.css
- --- a/htdocs/stc/allpics.css
- +++ b/htdocs/stc/allpics.css
- @@ -11,16 +11,15 @@
- }
- .icon-image {
- - float: left;
- - width: 100px;
- - height: 100px;
- + min-width: 100px;
- line-height: 100px;
- text-align: center;
- + display: table-cell;
- padding: 0.2em 0.5em;
- }
- .icon-image img {
- -
- + vertical-align: middle;
- }
- .icon-info {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement