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> </script>
<style> <style>
#body { body {
font-family: Georgia, "Bitstream Charter", serif; font-family: Georgia, "Bitstream Charter", serif;
margin: auto; margin: auto;
position: relative;
text-align: justify; text-align: justify;
width: 500px; width: 500px;
} }
@ -59,7 +60,7 @@
} }
</style> </style>
</head> </head>
<body><div id="body"> <body>
<h1>4chan x</h1> <h1>4chan x</h1>
<h2><a href="https://github.com/aeosynth/4chan-x/raw/master/4chan_x.user.js">install</a></h2> <h2><a href="https://github.com/aeosynth/4chan-x/raw/master/4chan_x.user.js">install</a></h2>
<h3> <h3>
@ -77,5 +78,5 @@
<hr> <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 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> <p>For exhentai sauce, check out <a href="http://userscripts.org/scripts/show/108810">ExSauce</a>.</p>
</div></body> </body>
</html> </html>