frontend: hide close button

This commit is contained in:
mappu 2017-10-08 14:11:16 +13:00
parent bd80cdebc4
commit f01076e4b4
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ html, body {
} }
#surrogate-area { #surrogate-area {
height:300px; height:300px;
}
/* hide close button */
.contented-close {
display: none;
} }
</style> </style>
</head> </head>