diff options
| author | admin (deltavega) <deltavega@mx.buetow.org> | 2019-06-30 12:35:10 +0200 |
|---|---|---|
| committer | admin (deltavega) <deltavega@mx.buetow.org> | 2019-06-30 12:35:10 +0200 |
| commit | c069e641c80728768e41f39c30ac6dd43e69dd52 (patch) | |
| tree | 2c0d3cf74943842473288718f16f3619c4ee7d4c /default/htdocs | |
| parent | f680774188eb2eb809a0795eea25942999c55174 (diff) | |
| parent | 865ca56ed4d3a94937cba1d77305edc5a6ed4b6d (diff) | |
Merge branch 'hosts' of /opt/git/xerl into hosts
Diffstat (limited to 'default/htdocs')
| -rw-r--r-- | default/htdocs/styles/css3-ipv6.css | 6 | ||||
| -rw-r--r-- | default/htdocs/styles/css3.css | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/default/htdocs/styles/css3-ipv6.css b/default/htdocs/styles/css3-ipv6.css index 14c5cb8..ea6cd7a 100644 --- a/default/htdocs/styles/css3-ipv6.css +++ b/default/htdocs/styles/css3-ipv6.css @@ -15,7 +15,7 @@ body { } div.header { - background-color: #9999ff; + background-color: #FFA500; color: #000000; border-color: #000000; border-width: 2px; @@ -47,7 +47,7 @@ div.important { } div.important2 { - background-color: #9999ff; + background-color: #FFA500; border-width: 1px; border-style: solid; border-radius:10px; @@ -116,7 +116,7 @@ pre, .quote, .code { } .footer { - background-color: #9999ff; + background-color: #FFA500; color: #000000; text-align: center; font-style: italic; diff --git a/default/htdocs/styles/css3.css b/default/htdocs/styles/css3.css index ea6cd7a..14c5cb8 100644 --- a/default/htdocs/styles/css3.css +++ b/default/htdocs/styles/css3.css @@ -15,7 +15,7 @@ body { } div.header { - background-color: #FFA500; + background-color: #9999ff; color: #000000; border-color: #000000; border-width: 2px; @@ -47,7 +47,7 @@ div.important { } div.important2 { - background-color: #FFA500; + background-color: #9999ff; border-width: 1px; border-style: solid; border-radius:10px; @@ -116,7 +116,7 @@ pre, .quote, .code { } .footer { - background-color: #FFA500; + background-color: #9999ff; color: #000000; text-align: center; font-style: italic; |
