summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-25 12:26:21 +0200
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-05-25 12:26:21 +0200
commitb5702253a08e315b4db5620a1d4b0ffd4c8e0d0f (patch)
treea818836410cfa1269846ec65dde02dc60d7a8160 /doc
parent9b7feee2dfd38a94eae85e6b1d92ef391bca4db4 (diff)
Doc: Correcting style to class lists
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/src/template/style/style.css20
1 files changed, 17 insertions, 3 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index ebc1607a4b..c155d9bdf0 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -989,6 +989,7 @@
border-width: 1px;
border-style: solid;
border-color: #E6E6E6;
+ width:100%;
}
.centerAlign
@@ -1141,11 +1142,24 @@
/* end of screen media */
.flowList{
-display:inline-block;
-width:260px;
+vertical-align:top;
}
+.alphaChar{
+width:100%;
+background-color:#F6F6F6;
+border:1px solid #E6E6E6;
+font-size:12pt;
+padding-left:10px;
+margin-top:10px;
+margin-bottom:10px;
+}
+
.flowList dl{
-padding:0px;
+}
+.flowList dd{
+display:inline-block;
+margin-left:10px;
+width:250px;
}
.wrap .content .flowList p{
padding:0px;