mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Add missing, and assumed, white background for screen rendering.
[SVN r43337]
This commit is contained in:
parent
c96af5a50a
commit
749c472960
2 changed files with 8 additions and 0 deletions
|
@ -372,6 +372,10 @@
|
|||
|
||||
@media screen
|
||||
{
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
a
|
||||
{
|
||||
|
|
|
@ -372,6 +372,10 @@
|
|||
|
||||
@media screen
|
||||
{
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
}
|
||||
|
||||
/* Links */
|
||||
a
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue