diff --git a/public/designs/templates/default/images/fbes.png b/public/designs/templates/default/images/fbes.png new file mode 100644 index 0000000..2cc6b1c Binary files /dev/null and b/public/designs/templates/default/images/fbes.png differ diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index 6eabc64..6b2eea6 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -28,7 +28,7 @@ height: 135px; border-color: blue; background: white; padding-top: 0.25em; - padding-left: 48px; + padding-left: 85px; padding-right: 0.5em; padding-bottom: 0.25em; z-index: 100; @@ -39,7 +39,10 @@ height: 135px; -moz-border-radius-bottomright: 15px; -webkit-border-radius-bottomleft: 15px; -webkit-border-radius-bottomright: 15px; - background: #cdf url(../images/logo.png) top left no-repeat; + background-color: #cdf; + background-image: url(../images/fbes.png); + background-repeat: no-repeat; + background-position: 5px 2px; color: #006; height: 48px; } -- libgit2 0.21.2