[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Printing with Konqueror. Small font size



Cousin Stanley wrote:
>      <style>
>      @media print { body { .... } }
>      <style>

What in the world prevents you from putting '@media print' line into your
style-sheet referred in the Control Center? Something like this?

 a[rel~="nofollow"] {
  text-decoration: line-through ! important;
  border-bottom: dotted thin gray ! important;
  color: gray ! important
 }
 @media print {
  body {
   font-size: x-large;
  }
 }

Matej

-- 
Matej Cepl, http://www.ceplovi.cz/matej
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
Why do you sit there looking like an envelope without any address
on it?
      -- Mark Twain




Reply to: