diff --git a/README.md b/README.md index 3ac8922..0eadf62 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ #Martin theme -Showcase your content in style with Martin, a bold, timeless theme for GitHub pages! Named for the punchcutter William Martin, apprentice to John Baskerville. This work is licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/). Check out the [live demo](http://house.github.io/martin/). +Showcase your project in style with Martin, a bold, timeless theme for GitHub pages! Named for the punchcutter William Martin, apprentice to John Baskerville. This work is licensed under a [Creative Commons Attribution-ShareAlike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/). Check out the [live demo](http://house.github.io/martin/). -![Martin theme preview](https://f.cloud.github.com/assets/306877/822692/4620639e-eff5-11e2-9d41-2d67f9482c2b.png) +![Martin theme preview](https://f.cloud.github.com/assets/306877/1145554/bddcfe0a-1e1d-11e3-998c-171657eb1054.png) diff --git a/index.html b/index.html index c0cfa44..6294151 100644 --- a/index.html +++ b/index.html @@ -3,11 +3,11 @@ - Martin Theme by House + Martin Theme by Allison House @@ -26,7 +26,7 @@

Showcase your project in style with this bold, timeless them

About Martin

-

Martin is a GitHub pages theme named for the punchcutter William Martin. To use it, just fork this project and replace my content with your own. This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

+

Martin is a GitHub pages theme by Allison House, named for the punchcutter William Martin. To use it, just fork this project and replace my content with your own. This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.

Style examples

Blockquote

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

@@ -79,5 +79,14 @@
And here's the last one

"Martin" by Allison House

+ - \ No newline at end of file + diff --git a/stylesheets/styles.css b/stylesheets/styles.css index a4c9340..17b2bae 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -32,7 +32,7 @@ th { font-weight: 100; text-transform: uppercase; letter-spacing: 0.2em; - font-size:0.7em; + font-size: 0.7em; text-align: center; color: #222; } @@ -151,10 +151,10 @@ footer { body { font-size: 12px; } header { border: 0;padding: 0; margin: 0; text-align: center; } .downloads, .byline, footer { display: none; } - header hgroup { border: 0;padding:0; margin: 0; } - header h1 { margin: 0; padding: 0; font-size: 3em;border: 0; } + header hgroup { border: 0; padding: 0; margin: 0; } + header h1 { margin: 0; padding: 0; font-size: 3em; border: 0; } header h2 { border: 0; margin: 0; } - .downloads, footer { display:none; } + .downloads, footer { display: none; } section { border: 0; } } @@ -164,11 +164,11 @@ footer { .byline, .downloads {float: none; text-align: center; } .downloads a:first-child {margin-left: 0; } header { padding: 2em; } - header hgroup { text-align:center;border: 0;margin:0; } - header h1 { font-size:3em;border: 0;padding:0;padding-top:0.5em; } - .tagline { border: 0;margin-top: 0.5em; } + header hgroup { text-align: center; border: 0; margin: 0; } + header h1 { font-size: 3em; border: 0; padding: 0; padding-top: 0.5em; } + .tagline { border: 0; margin-top: 0.5em; } header div { border: 0; } section, footer { padding: 2em; } footer p { width: 100%; float: none; } footer p:last-child { text-align: left; } -} \ No newline at end of file +}