Skip to content

Commit

Permalink
Added overflow comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Weston Moran committed Jul 13, 2005
1 parent af21a53 commit ea803ce
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions themes/slashcode/htdocs/base.css
Expand Up @@ -17,7 +17,7 @@ sup
padding: 0;
}

a { color: #600; }
a { word-wrap: break-word; color: #600; }
a:visited { color: #000; }
a:hover { text-decoration: none; }
img { border: none; }
Expand Down Expand Up @@ -614,4 +614,10 @@ ul.menu li.selected a {
font-family: arial, sans-serif;}
.data_hl3 td {border-top: 1px solid #fff;}

/* v1 */
/* Misc */

blockquote, pre {
overflow: auto;
overflow-x: auto;
width: 80%;
}

0 comments on commit ea803ce

Please sign in to comment.