Collapse the h1, h2 and h3 styles into one.

This commit is contained in:
Ceri Davies 2005-07-14 10:34:12 +00:00
parent 678d4e58d5
commit df508e7e4e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25106

View file

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $FreeBSD: www/en/freebsd.css,v 1.4 2005/05/08 16:07:44 murray Exp $
* $FreeBSD: www/en/freebsd.css,v 1.5 2005/06/11 18:36:01 murray Exp $
*/
DIV.EXAMPLE P B {
@ -34,15 +34,7 @@ DIV.EXAMPLE P B {
color: #007a00;
}
h1 {
color: #660000;
}
h2 {
color: #660000;
}
h3 {
h1, h2, h3 {
color: #660000;
}