summaryrefslogtreecommitdiffstats
path: root/tools/qdoc3
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-04-30 11:33:39 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-04-30 11:33:39 (GMT)
commit9442115ce46e87bb5a5939980cf900702dc4a87a (patch)
tree26f02a55361bcde4f0b221037094ab095c5ce57b /tools/qdoc3
parente2f9eb037dfd26e02cad8a31a499a9c92a315d8b (diff)
parent5b15e629641281dd87197b22bd4d0dc5dc7c89e1 (diff)
downloadQt-9442115ce46e87bb5a5939980cf900702dc4a87a.zip
Qt-9442115ce46e87bb5a5939980cf900702dc4a87a.tar.gz
Qt-9442115ce46e87bb5a5939980cf900702dc4a87a.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tools/qdoc3')
-rw-r--r--tools/qdoc3/test/classic.css49
1 files changed, 28 insertions, 21 deletions
diff --git a/tools/qdoc3/test/classic.css b/tools/qdoc3/test/classic.css
index 92a90d4..757d64e 100644
--- a/tools/qdoc3/test/classic.css
+++ b/tools/qdoc3/test/classic.css
@@ -139,43 +139,50 @@ span.string,span.char
}
.qmlitem {
- padding: 0;
+ padding: 0;
}
.qmlname {
- white-space: nowrap;
- font-weight: bold;
+ white-space: nowrap;
+ font-weight: bold;
+ font-size: 125%;
+}
+
+.qmltype {
+ font-weight: bold;
+ font-size: 125%;
}
.qmlproto, .qmldoc {
- border: 1px solid #84b0c7;
+ // border-top: 1px solid #84b0c7;
}
.qmlproto {
- padding: 0;
- background-color: #d5e1e8;
- font-weight: bold;
- -webkit-border-top-left-radius: 8px;
- -webkit-border-top-right-radius: 8px;
- -moz-border-radius-topleft: 8px;
- -moz-border-radius-topright: 8px;
+ padding: 0;
+ //background-color: #e4e4e4;//#d5e1e8;
+ //font-weight: bold;
+ //-webkit-border-top-left-radius: 8px;
+ //-webkit-border-top-right-radius: 8px;
+ //-moz-border-radius-topleft: 8px;
+ //-moz-border-radius-topright: 8px;
}
.qmldoc {
- padding: 2px 5px;
- background-color: #eef3f5;
- border-top-width: 0;
- -webkit-border-bottom-left-radius: 8px;
- -webkit-border-bottom-right-radius: 8px;
- -moz-border-radius-bottomleft: 8px;
- -moz-border-radius-bottomright: 8px;
+ border-top: 1px solid #e4e4e4;
+ //padding: 2px 5px;
+ //background-color: #eef3f5;
+ //border-top-width: 0;
+ //-webkit-border-bottom-left-radius: 8px;
+ //-webkit-border-bottom-right-radius: 8px;
+ //-moz-border-radius-bottomleft: 8px;
+ //-moz-border-radius-bottomright: 8px;
}
.qmldoc p, .qmldoc dl, .qmldoc ul {
- margin: 6px 0;
+ //margin: 6px 0;
}
*.qmlitem p {
- margin-top: 0px;
- margin-bottom: 0px;
+ //margin-top: 0px;
+ //margin-bottom: 0px;
}