Merge pull request #1051 from xiaoyifang/opt/style-clasic

opt: remove outline of dictionary name in classic style
This commit is contained in:
xiaoyifang 2023-08-07 21:53:59 +08:00 committed by GitHub
commit 4e5bb52d6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,14 +34,14 @@ pre {
/* Dictionary's name heading */ /* Dictionary's name heading */
.gddictname { .gddictname {
border: 1px dotted black; /* border: 1px dotted black;
padding: 0.2em; padding: 0.2em;
padding-left: 0.5em; padding-left: 0.5em;
margin-top: 1.2em; margin-top: 1.2em;
margin-bottom: 9px; margin-bottom: 9px;
font-weight: bold; font-weight: bold;
font-size: 14px; font-size: 14px;
/*background: #ffffdd;*/ background: #ffffdd; */
} }
.gddicttitle { .gddicttitle {