1
Fork 0

make it mobile-friendly.

This commit is contained in:
Jan-Erik Rediger 2011-09-21 19:36:49 +02:00
parent b71e56ff26
commit e7d7fefb5c
2 changed files with 7 additions and 1 deletions

View file

@ -5,6 +5,12 @@
<title>fnordig.de</title> <title>fnordig.de</title>
<link rel="stylesheet" href="/fnord.css" type="text/css" /> <link rel="stylesheet" href="/fnord.css" type="text/css" />
<link rel="stylesheet" href="/coderay.css" type="text/css" /> <link rel="stylesheet" href="/coderay.css" type="text/css" />
<!--[if !IE]>-->
<meta name="viewport" content="width=device-width">
<script type="text/javascript">
window.scrollTo(0, 1);
</script>
<!--<![endif]-->
</head> </head>
<body> <body>
<div class="content"> <div class="content">

View file

@ -49,8 +49,8 @@ p code {
display: inline; display: inline;
} }
.content { .content {
width: 986px;
margin: 0 auto; margin: 0 auto;
max-width: 986px;
} }
.paginator { .paginator {
margin-bottom: 10px; margin-bottom: 10px;