「Wikilauid:首頁/styles.css」:修訂間差異

出自Wikilauid
跳至導覽 跳至搜尋
無編輯摘要
無編輯摘要
行 1: 行 1:
#firstHeading {
#firstHeading {
    display: none;
    display: none;
}
.main-page-box {
width: auto;
   background: #f1f1f1;
   border: 1px #c4c4c4 solid;
   border-radius: 2px;
   padding: 0.5em;
}
}

於 2025年9月15日 (一) 20:18 的修訂

#firstHeading {
    display: none;
}

.main-page-box {
	width: auto;
    background: #f1f1f1;
    border: 1px #c4c4c4 solid;
    border-radius: 2px;
    padding: 0.5em;
}