SteamLUG / steamlug.org

SteamLUG
https://steamlug.org
9 stars 11 forks source link

Fixed footer credit font and spacing #187

Closed nixi-awoo closed 8 years ago

nixi-awoo commented 8 years ago

I fixed the credit text in the footer. It was using two non-existing classes. I could not find any SCSS source files, so I edited both CSS files directly.

johndrinkwater commented 8 years ago

Ta for spotting this! For future reference, we use cat bootstrap.steamlug.css steamlugfont.css | yui-compressor --type css --line-break 420 -v -o bootstrap.steamlug.min.css to produce the minified file. And no SCSS.