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

@ -18,3 +18,5 @@ a:active { color:#000; }
::selection {background:#ccc;} ::selection {background:#ccc;}
::-moz-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", "copyright": "Raphaël Bastide, http://raphaelbastide.com",
"url": "http://raphaelbastide.com" "url": "http://raphaelbastide.com"
} }