Merge pull request #388 from raphaelbastide/master

Basic responsive support for default theme
This commit is contained in:
Remy Sharp 2013-11-10 06:34:08 -08:00
commit 03da950666
2 changed files with 5 additions and 3 deletions

View file

@ -17,4 +17,6 @@ a:active { color:#000; }
:-moz-any-link:focus {color:#000; border:0;}
::selection {background:#ccc;}
::-moz-selection {background:#ccc;}
#gravatar { position: relative; float: right; margin-bottom: 1em; margin-left: 1em; border: 1px solid #ddd; }
#gravatar { position: relative; float: right; margin-bottom: 1em; margin-left: 1em; border: 1px solid #ddd; }
@media all and (max-width: 500px) { article {padding:1em;} body {font-size:1em;} }

View file

@ -1,4 +1,4 @@
{
"copyright": "Raphaël Bastide, http://raphaelbastide.com",
"url": "http://raphaelbastide.com"
"copyright": "Raphaël Bastide, http://raphaelbastide.com",
"url": "http://raphaelbastide.com"
}