phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpgwapi/doc/styles/dev-guide.css, 1.2


From: nomail
Subject: [Phpgroupware-cvs] phpgwapi/doc/styles/dev-guide.css, 1.2
Date: Thu, 30 Dec 2004 07:47:30 +0100

Update of /phpgwapi/doc/styles
Added Files:
        Branch: 
          dev-guide.css

date: 2004/12/30 06:47:30;  author: skwashd;  state: Exp;  lines: +56 -0

Log Message:
new HEAD
=====================================================================
h1:before
{
    content: counter(chapter) ". ";
    counter-increment: chapter;  /* Add 1 to chapter */
    counter-reset: section;      /* Set section to 0 */
}

h2:before
{
    content: counter(chapter) "." counter(section) " ";
    counter-increment: section;
}

h4
{
        color: #537991;
        font-size: 10pt;
        font-weight: bold;
        margin-bottom: 0px;
}

pre
{
        background-color: #ccc;
        border: 1px solid #333;
        display: block;
        font-weight: bold;
        padding: 10px;
}

a.heading 
{
        text-decoration: none;
}

ol
{
        counter-reset: item;
}

ol > li
{
        display: block;
}

ol > li:before
{
        content: counters(item, ".") " ";
        counter-increment: item;
}

blockquote
{
        text-align: center; 
        font-style: italic;
}




reply via email to

[Prev in Thread] Current Thread [Next in Thread]