Quote:
Originally Posted by Tex2002ans
Code:
div.textbox {
background-color:#D1D3D4;
border-bottom: 3px double;
border-top: 3px double;
border-left: 3px double;
border-right: 3px double;
padding: 1em;
line-height: 1.7em;
text-align: center;
}
I think it looks quite good on eink as well. Of course, you could cut out the grey background for your own purposes, and just stick with the nice box.
|
What does "double" accomplish here, a double line with each line 3 pixels wide?
Thanks for this!