Update .filecontent.wiki style with the new border color and box shadow (#41298).

git-svn-id: https://svn.redmine.org/redmine/trunk@23098 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2024-10-02 09:07:31 +00:00
parent 7529806e24
commit 168ece17fd

View File

@@ -2063,8 +2063,9 @@ img {
.filecontent.wiki {
position: relative;
padding: 1em;
border: 1px solid #e4e4e4;
border: 1px solid #d0d7de;
border-radius: 3px;
box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
/* Fixes for IE 11 */