diff options
| author | spiderr <spiderr@bitweaver.org> | 2024-09-26 14:49:05 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2024-09-26 14:49:05 -0400 |
| commit | 120622ca7c89d599b35013f19c38793daf73dee1 (patch) | |
| tree | f551c93c46503d42ab5bcef74123e00e7ea44b1d /css | |
| parent | 4e37099bfeee6e7e0677bc8eacb2f37eab72af00 (diff) | |
| download | themes-120622ca7c89d599b35013f19c38793daf73dee1.tar.gz themes-120622ca7c89d599b35013f19c38793daf73dee1.tar.bz2 themes-120622ca7c89d599b35013f19c38793daf73dee1.zip | |
rename antiquated bit- css classes and cookie to bw-
Diffstat (limited to 'css')
| -rw-r--r-- | css/base.css | 4 | ||||
| -rw-r--r-- | css/menuhor.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/css/base.css b/css/base.css index c38bad6..6ee09bc 100644 --- a/css/base.css +++ b/css/base.css @@ -272,7 +272,7 @@ ul.structure-toc ul { margin-left: 20px; } -.bit-columns { +.bw-columns { -webkit-column-count: 3; -webkit-column-gap: 10px; -webkit-column-fill: auto; @@ -284,7 +284,7 @@ column-gap: 15px; column-fill: auto; } -.bit-column-cell { +.bw-column-cell { display: inline-block; -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; diff --git a/css/menuhor.css b/css/menuhor.css index fb02b2a..7a69920 100644 --- a/css/menuhor.css +++ b/css/menuhor.css @@ -16,11 +16,11 @@ ul.hor li ul ul {margin:-21px 0 0 13em;} ul.hor li.m-admin li a {margin:0;} /* set some background colors for visibility */ /* thanks to our favourite browser we can't simply inherit the values */ -#bittopbar {z-index:1000;} +#bw-top-bar {z-index:1000;} ul.hor {z-index:1001;} ul.hor ul {z-index:1002;} ul.hor ul ul {z-index:1003;} -#bittopbar, +#bw-top-bar, ul.hor, ul.hor li, ul.hor li ul {background:#fff; z-index:1004;} |
