try to fix gplus w/ css instead of html

This commit is contained in:
James Campos 2011-08-23 17:38:36 -07:00
parent e522d18581
commit 1262abf810

View File

@ -11,9 +11,10 @@
};
</script>
<style>
#body {
body {
font-family: Georgia, "Bitstream Charter", serif;
margin: auto;
position: relative;
text-align: justify;
width: 500px;
}
@ -59,7 +60,7 @@
}
</style>
</head>
<body><div id="body">
<body>
<h1>4chan x</h1>
<h2><a href="https://github.com/aeosynth/4chan-x/raw/master/4chan_x.user.js">install</a></h2>
<h3>
@ -77,5 +78,5 @@
<hr>
<p>For linkification / youtube embedding, check out <a href="http://userscripts.org/scripts/show/107707">YouLink</a>, which works on the entire web, not just 4chan.</p>
<p>For exhentai sauce, check out <a href="http://userscripts.org/scripts/show/108810">ExSauce</a>.</p>
</div></body>
</body>
</html>