bug 145305 - split floaters during printing. sr=attinasi, r=alexsavulov.
git-svn-id: svn://10.0.0.236/trunk@122236 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -531,15 +531,6 @@ noembed, noscript, param {
|
||||
|
||||
@media print {
|
||||
|
||||
/* undo floats on aligned tables since we cannot print them correctly: see bug 74738 and bug 85768 */
|
||||
table[align="left"] {
|
||||
float: none;
|
||||
}
|
||||
|
||||
table[align="right"] {
|
||||
float: none;
|
||||
}
|
||||
|
||||
* {
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user