|
From: Benjamin C. <bc...@us...> - 2003-09-01 13:48:22
|
Update of /cvsroot/phpbt/phpbt/styles
In directory sc8-pr-cvs1:/tmp/cvs-serv16600/styles
Modified Files:
Tag: htmltemplates
default.css print.css
Log Message:
Changed the way printable view works
Index: default.css
===================================================================
RCS file: /cvsroot/phpbt/phpbt/styles/default.css,v
retrieving revision 1.4.4.1
retrieving revision 1.4.4.2
diff -u -r1.4.4.1 -r1.4.4.2
--- default.css 30 Aug 2003 22:08:50 -0000 1.4.4.1
+++ default.css 1 Sep 2003 13:48:18 -0000 1.4.4.2
@@ -251,3 +251,7 @@
.pagination {
padding: 5px;
}
+
+a.closed_bug_number {
+ text-decoration: line-through;
+}
Index: print.css
===================================================================
RCS file: /cvsroot/phpbt/phpbt/styles/print.css,v
retrieving revision 1.1
retrieving revision 1.1.6.1
diff -u -r1.1 -r1.1.6.1
--- print.css 13 Sep 2002 19:10:32 -0000 1.1
+++ print.css 1 Sep 2003 13:48:18 -0000 1.1.6.1
@@ -222,6 +222,6 @@
font-weight: bold;
}
-.bugdisplaylinks {
+.bugdisplaylinks, .noprint {
display: none;
-}
\ No newline at end of file
+}
|