Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pablosan

    (@pablosan)

    Just to clarify I have the background image commented out in the stylesheet and the header and the header image.

    I just need a white page or at least make the grey border small so the text doesn’t run through it.

    /* Begin Typography & Colors */
    body {
    	font-size: 62.5%; /* Resets 1em to 10px */
    	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    	/*background: #d5d6d7 url('images/kubrickbg.jpg');
    	color: #FFFFFF;**/
    	text-align: center;
    	}
    
    #page {
    	background-color: white;
    	border: 1px solid #959596;
    	text-align: left;
    	/*width: 600px; */
    	}
    
    /*#header {
    	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
    	}*/
    
    /*#headerimg 	{
    	margin: 7px 9px 0;
    	height: 192px;
    	width: 540px;
    	}
    */
    Thread Starter pablosan

    (@pablosan)

    Even though background is commented out I edited the image and it did it anyway.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Grey in kubrick’ is closed to new replies.