Skip to content

Commit

Permalink
apply fix for alignment of conum images in conum list
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Jan 29, 2017
1 parent 2ad3000 commit 210fb46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sass/components/_asciidoc.scss
Expand Up @@ -1171,8 +1171,9 @@ td.hdlist1 {
.colist > table {
tr > td {
&:first-of-type {
padding: 0 0.75em;
padding: 0.4em 0.75em 0 0.75em;
line-height: 1;
vertical-align: top;
img {
max-width: initial;
}
Expand Down

0 comments on commit 210fb46

Please sign in to comment.