ecabc66
@@ -123,6 +123,7 @@
img {
max-width: 100%;
height: auto;
+ border-radius: 7.5px;
}
.hidden { display: none; }
@@ -511,7 +512,9 @@
/* Header ----------------------------------------- */
- .header-wrapper { background-image:linear-gradient(to bottom, #eee 0%, #ddd 100%); background-color: #33363B; }
+ .header-wrapper {
+ background-color: #ddd;
+ }
.header { height: 65px; box-shadow: 0 1px 0 0 #ccc,0 0 10px rgba(0,0,0,0.25)}
Closes https://pagure.io/fedoramagazine-theme/issue/45.
LGTM. Thanks TheEvilSkeleton. I'll go ahead and merge this. But I'll wait until at least a patch for #43 is ready before I repackage and update the theme.
Pull-Request has been merged by glb
Closes https://pagure.io/fedoramagazine-theme/issue/45.