Difference between revisions of "Huckleberry.css"

From Runsafe
Jump to: navigation, search
 
Line 1: Line 1:
 
#firstHeading
 
#firstHeading
 
{
 
{
    background: url(images/2/2e/Hb_logo_normal.png) no-repeat;
+
background: url("https://wiki.runsafe.no/images/2/2e/Hb_logo_normal.png") no-repeat;
    padding-top: 80px;
+
padding-top: 80px;
 
}
 
}

Latest revision as of 00:43, 6 July 2014

  1. firstHeading

{ background: url("https://wiki.runsafe.no/images/2/2e/Hb_logo_normal.png") no-repeat; padding-top: 80px; }