aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/dumbymap.css
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-10-01 23:36:46 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-10-01 23:36:46 +0800
commit2ed3544e628c86f3bb28923a15a012e65bcdab80 (patch)
treeedd1f3548c87613665834d153d1430d7b0dcce2e /src/css/dumbymap.css
parent65a4704d5bf5bf44f0ce1a49aa947ff807da0369 (diff)
refactor: style for menu item
Diffstat (limited to 'src/css/dumbymap.css')
-rw-r--r--src/css/dumbymap.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index ccf4d6b..5af794e 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -324,6 +324,10 @@ p a[href^='http']::after {
324 overflow-y: scroll; 324 overflow-y: scroll;
325 white-space: pre; 325 white-space: pre;
326 326
327 h3 {
328 margin-top: 1em;
329 }
330
327 details { 331 details {
328 margin-bottom: 0.5em; 332 margin-bottom: 0.5em;
329 } 333 }
@@ -349,11 +353,6 @@ p a[href^='http']::after {
349 353
350 background: #f0f0f0; 354 background: #f0f0f0;
351 } 355 }
352
353 .align-right {
354 display: inline-block;
355 float: right;
356 }
357} 356}
358 357
359.Dumby { 358.Dumby {