Skip to content

Commit

Permalink
Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Sep 27, 2016
1 parent 1019559 commit d1110e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A basic asset creation pipeline - batteries included.

[![image](https://cloud.githubusercontent.com/assets/2152766/18874503/e2adf814-84b9-11e6-8128-25b3e23d7cbe.png)](http://pyblish.com/pyblish-starter/#introduction)
[![image](https://cloud.githubusercontent.com/assets/2152766/18875045/0763969e-84bc-11e6-9995-f21983202766.png)](http://pyblish.com/pyblish-starter/#introduction)

<br>

Expand Down
7 changes: 6 additions & 1 deletion docs/stylesheets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ h1, h2, h3, h4, h5, h6 {
margin:0 0 20px;
}

p, ul, ol, table, pre, dl {
p, ol, table, pre, dl {
margin:0 0 20px;
}

Expand Down Expand Up @@ -208,6 +208,11 @@ footer {
-webkit-font-smoothing:subpixel-antialiased;
}

iframe {
border-top: 5px solid #444;
border-bottom: 5px solid #444;
}

@media print, screen and (max-width: 980px) {

body {
Expand Down

0 comments on commit d1110e1

Please sign in to comment.