Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2006-08-09 21:35:20 +0400
committerMarc Delisle <marc@infomarc.info>2006-08-09 21:35:20 +0400
commitbd7150230d77605c068cf331ccbecc3a8ba13bbe (patch)
tree0e0d20fb16aae6187777a8950c75862f9bc566da /docs.css
parentcf38cb4feef4847f6d7d41e8e8786acd74997fee (diff)
bug #1446538, FAQ numbers missing
Diffstat (limited to 'docs.css')
-rw-r--r--docs.css26
1 files changed, 13 insertions, 13 deletions
diff --git a/docs.css b/docs.css
index 9cd0e00950..5e3dc2ae82 100644
--- a/docs.css
+++ b/docs.css
@@ -118,13 +118,13 @@ h2 {
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
clear: both;
- counter-reset: heading3;
- counter-increment: heading2;
+ /* counter-reset: heading3;
+ counter-increment: heading2; */
}
-h2:before {
+/*h2:before {
content: counter(heading2) '. ';
-}
+} */
h3 {
padding-left: 10%;
@@ -136,13 +136,13 @@ h3 {
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
clear: both;
- counter-reset: heading4;
- counter-increment: heading3;
+/* counter-reset: heading4;
+ counter-increment: heading3; */
}
-h3:before {
+/*h3:before {
content: counter(heading2) '.' counter(heading3) '. ';
-}
+} */
h4, h5 {
padding: 3em 0 0 0;
@@ -150,12 +150,12 @@ h4, h5 {
font-weight: bold;
color: #000099;
background-color: #ffffff;
- counter-increment: heading4;
+/* counter-increment: heading4; */
}
-h4:before {
+/* h4:before {
content: counter(heading2) '.' counter(heading3) '.' counter(heading4) '. ';
-}
+}
h5 {
counter-increment: heading5;
@@ -163,7 +163,7 @@ h5 {
h5:before {
content: counter(heading2) '.' counter(heading3) '.' counter(heading4) counter(heading5,lower-alpha);
-}
+} */
p {
margin: 2px 5% 1em 5%;
@@ -274,4 +274,4 @@ p#bottom {
p#bottom img {
margin: 1em;
-} \ No newline at end of file
+}