User

lambert/rise.css: Difference between revisions

From Rise: The Vieneo Province

No edit summary
No edit summary
Line 1: Line 1:
// Hey Ian so I merged your stuff into the master rise.css ... I see a lot of improvements on the site ... is the rise logo background supposed to be gone on the margins now for regular content pages? I can't tell now that the work that I did to make the images use the imageFull class is doing anything ... just wondering if I jacked something with the CSS.  If this isn't working then I would suggest that you upload the entirety of your rise.css to this file and I will delete everything in the master so you can see exactly what is going on?
@import url('https://fonts.googleapis.com/css?family=Abel');


// I also noticed that the main page of the forums looks great!
.body {
    font-family: Abel, Arial, Helvetica, sans-serif;
}

Revision as of 16:37, 6 April 2017

@import url('https://fonts.googleapis.com/css?family=Abel');

.body {
    font-family: Abel, Arial, Helvetica, sans-serif; 
}