]> git.llucax.com Git - software/blitiri.git/blobdiff - blitiri.cgi
Use text/css as Content-type when rendering the style sheet
[software/blitiri.git] / blitiri.cgi
index f13e59a5c0f03450d29fa5942007ebe7da4de0c7..b95d5ca03dd23bd52a2792fa3b139a05835d99d4 100755 (executable)
@@ -131,16 +131,17 @@ default_css = """
 body {
        font-family: sans-serif;
        font-size: small;
 body {
        font-family: sans-serif;
        font-size: small;
+       width: 52em;
 }
 
 div.content {
 }
 
 div.content {
-       width: 50%;
+       width: 96%;
 }
 
 h1 {
        font-size: large;
        border-bottom: 2px solid #99F;
 }
 
 h1 {
        font-size: large;
        border-bottom: 2px solid #99F;
-       width: 60%;
+       width: 100%;
        margin-bottom: 1em;
 }
 
        margin-bottom: 1em;
 }
 
@@ -183,7 +184,7 @@ hr {
        height: 2px;
        border: 0;
        background-color: #99F;
        height: 2px;
        border: 0;
        background-color: #99F;
-       width: 60%;
+       width: 100%;
 }
 
 div.footer {
 }
 
 div.footer {
@@ -581,7 +582,7 @@ def render_atom(articles):
 
 
 def render_style():
 
 
 def render_style():
-       print 'Content-type: text/plain\n'
+       print 'Content-type: text/css\r\n\r\n',
        print default_css
 
 def handle_cgi():
        print default_css
 
 def handle_cgi():