Collapse the h1, h2 and h3 styles into one.
This commit is contained in:
parent
678d4e58d5
commit
df508e7e4e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25106
1 changed files with 2 additions and 10 deletions
|
@ -23,7 +23,7 @@
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* 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 {
|
DIV.EXAMPLE P B {
|
||||||
|
@ -34,15 +34,7 @@ DIV.EXAMPLE P B {
|
||||||
color: #007a00;
|
color: #007a00;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1, h2, h3 {
|
||||||
color: #660000;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
color: #660000;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
color: #660000;
|
color: #660000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue