Bug 1154063 - fix CSS issue in aboutReader.css, r=bwinton

This commit is contained in:
Gijs Kruitbosch 2015-04-14 20:55:59 +01:00
parent 70edff4a3a
commit 66ad9e9b88

View File

@ -329,7 +329,8 @@ body.loaded {
background-color: #fbfbfb;
visibility: hidden;
border-radius: 4px;
border: 1px 1px 0 1px solid #b5b5b5;
border: 1px solid #b5b5b5;
border-bottom-width: 0;
box-shadow: 0 1px 12px #666;
}