2005-01-11 Complication

* CSS comment fixes
This commit is contained in:
jrandom
2006-01-11 23:19:38 +00:00
committed by zzz
parent c3a9f72d41
commit 4f51ad492b
3 changed files with 6 additions and 4 deletions

View File

@ -674,8 +674,8 @@ public class ViewBlogServlet extends BaseServlet {
" font-size: 80%;\n" +
" background-color: #DDD;\n" +
" border: solid;\n" +
" //border-width: 5px 5px 0px 5px;\n" +
" //border-color: #FFFFFF;\n" +
//" border-width: 5px 5px 0px 5px;\n" +
//" border-color: #FFFFFF;\n" +
" border-width: 1px 1px 1px 1px;\n" +
" border-color: #000;\n" +
" margin-top: 5px;\n" +

View File

@ -4,7 +4,6 @@ body {
font-family: Arial, Helvetica, sans-serif;
background-color : #EEEEEE;
color: #000000;
//font-size: 12px;
}
.b_topnavUser {
text-align: right;

View File

@ -1,4 +1,7 @@
$Id: history.txt,v 1.382 2006/01/10 01:59:08 jrandom Exp $
$Id: history.txt,v 1.383 2006/01/11 15:32:36 jrandom Exp $
2005-01-11 Complication
* CSS comment fixes
2005-01-11 jrandom
* Include the attachments/blogs/etc for comments on the blog view