doc/en_US.ISO8859-1/htdocs/layout/css/fixed.css
Glen Barber 41632b49d5 Use pure CSS for "Get FreeBSD Now" and "New to FreeBSD" buttons
on the index page.

In my tests, this change reduces page load time from 1.127 seconds
to 0.733 seconds on average, and removes 13 extra HTTP requests.
2013-01-12 17:12:57 +00:00

20 lines
494 B
CSS

/*
FreeBSD.org - "Red" Style
Inspired by AListApart, PositionIsEverything, Mozilla, Red Hat, and many more.
Copyright (c) 2004, 2005 The FreeBSD Project
Copyright (c) 2004, 2005 Emily Boyd <emily at emilyboyd.com>
This file, and any imported stylesheets are licensed under the BSD license.
$FreeBSD$
*/
@import url("global.css");
@import url("layout.css?20130112");
@import url("text.css");
@import url("navigation.css");
@import url("table.css");
@import url("iefixes.css");