Skip to content

Commit

Permalink
Merge pull request #137 from vernak2539/update-readme-css
Browse files Browse the repository at this point in the history
Updating Markdown CSS to be similar to github.com's
  • Loading branch information
rlidwka committed Oct 2, 2014
2 parents eda8dfe + cb0c79e commit 7fb119c
Show file tree
Hide file tree
Showing 5 changed files with 1,145 additions and 466 deletions.
9 changes: 7 additions & 2 deletions lib/GUI/css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ header {
#header-inner {
max-width: @contentWidth + @headerPadding*2;
margin: 0 auto;

.logo-container {
width: 400px; // width of npm logo
margin: 0 auto;
}
}
}

Expand Down Expand Up @@ -67,7 +72,7 @@ h1 {
text-align: left;
color: #FFF;
margin-top: 20px;

code {
font-family: Consolas, monaco, monospace;
}
Expand Down Expand Up @@ -197,4 +202,4 @@ h2 {
code {
font-size: 1.2em;
}
}
}
Loading

0 comments on commit 7fb119c

Please sign in to comment.