rawdog 2.23.
[rawdog/.git] / style.css
index 71e5c530ade052ea871189fb4eaf3e33f7d2b86d..2e5ba09294f77060ffd54dd1737e29e544f525fe 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1,5 +1,5 @@
 /* Default stylesheet for rawdog. Customise this as you like.
-   Adam Sampson <azz@us-lot.org> */
+   Adam Sampson <ats@offog.org> */
 .xmlbutton {
        /* From Dylan Greene's suggestion:
            http://www.dylangreene.com/blog.asp?blogID=91 */
        text-decoration: none;
        margin: 0;
 }
+/* Scale down large images in feeds */
+img {
+       max-width: 100%;
+       height: auto;
+}
 html {
        margin: 0;
        padding: 0;
@@ -39,6 +44,7 @@ h1 {
 #items {
 }
 .day {
+       clear: both;
 }
 h2 {
        font-weight: bold;
@@ -48,6 +54,7 @@ h2 {
        padding: 0;
 }
 .time {
+       clear: both;
 }
 h3 {
        font-weight: bold;