view ambnews/content/blank.css @ 17:9d0dac426ba8

Fixed a bug whereby if you're logged out of a feed requiring authentication, an annoying dialog box would pop up asking for auth info (reported in http://www.toolness.com/wp/?p=158#comment-955).
author Atul Varma <varmaa@toolness.com>
date Sat, 23 Aug 2008 12:41:10 -0700
parents 44bcb4975ead
children
line wrap: on
line source

body {
    font-family: palatino, georgia, verdana, arial, sans-serif;
    font-size: 10pt;
    text-align: center;
    background: white;
}

#content {
    text-align: left;
    margin: 0 auto;
    width: 480px;
}

.feed {
    padding-bottom: 8pt;
}

ul {
    display: inline;
    padding-left: 0px;
}

.feed-title {
    font-size: 14pt;
    display: inline;
}

.feed-entry {
    font-style: italic;
    display: inline;
}

a {
    color: grey;
    text-decoration: none;
}

a:hover {
    color: black;
}

h1 {
    text-align: center;
    font-weight: normal;
    font-family: monaco, courier, courier new, monospace;
}