Skip to content

Commit

Permalink
Adds knowledge base image diagram styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalbricklayer committed Jul 18, 2017
1 parent 254a2e5 commit be1741e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"magento/theme-frontend-blank": "*"
},
"type": "magento2-theme",
"version": "1.0.5",
"version": "1.0.6",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
14 changes: 13 additions & 1 deletion web/css/source/_warthog.less
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,18 @@ img.product-gotomydevices-screenshot {
}

img.product-sensorprobe2-diagram {
/* Center the immage */
/* Center the image */
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
}

/* Knowledge base diagrams */

img.kb-diagram {
/* Center the image */
display: block;
margin-left: auto;
margin-right: auto;
Expand All @@ -190,3 +201,4 @@ img.product-sensorprobe2-diagram {
display: none;
}
}
B

0 comments on commit be1741e

Please sign in to comment.