Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: css - another updates suggested by ProfYaffle
  • Loading branch information
perexg committed Jun 14, 2015
1 parent ade6638 commit 8f8adaa
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/webui/static/app/ext.css
Expand Up @@ -621,10 +621,6 @@
padding: 5px;
}

.hts-doc-text img {
padding: 10px;
max-width: 97%
}

.hts-doc-text p {
margin-top: 1em;
Expand All @@ -651,7 +647,7 @@

.hts-doc-text td img {
display: inline;
margin: -10px -10px -10px -5px
margin: -5px auto
}

/* List styles for webUI help */
Expand Down Expand Up @@ -686,7 +682,9 @@
.hts-doc-text img {
margin: 0px auto;
display: block;
border: none
border: none;
padding: 10px;
max-width: 97%
}

.hts-doc-text p.caption {
Expand Down

0 comments on commit 8f8adaa

Please sign in to comment.