文档更改Home
由 Yang Sheng 于 2025-02-42,18:57 最后修改
摘要
细节
- 页面属性
-
- 内容
-
... ... @@ -34,4 +34,3 @@ 34 34 == Create your application == 35 35 ))) 36 36 ))) 37 -
- XWiki.StyleSheetExtension[0]
-
- 代码
-
... ... @@ -1,2 +1,8 @@ 1 -.document-info {visibility:hidden} 1 +.document-info{display:none;} 2 +.breadcrumb-expandable{display:none;} 3 +.document-header{display:none;} 4 +.hierarchy_breadcrumb{display:none;} 5 +hr { 6 + display: none; 7 +} 2 2