mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
yuidoc: formated main.css style file and added missing semicolons
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
0c46dd28be
commit
ea544e8391
4
doxy/node/generators/yuidoc/helper.js
vendored
4
doxy/node/generators/yuidoc/helper.js
vendored
@ -115,7 +115,7 @@ var insertStyles = "Y.one(document.head).append('<style> \
|
|||||||
font-size: 0; \
|
font-size: 0; \
|
||||||
margin-right: 5px; \
|
margin-right: 5px; \
|
||||||
vertical-align: 5px; \
|
vertical-align: 5px; \
|
||||||
float: left \
|
float: left; \
|
||||||
} \
|
} \
|
||||||
div.down-arrow { \
|
div.down-arrow { \
|
||||||
width: 0; \
|
width: 0; \
|
||||||
@ -125,7 +125,7 @@ var insertStyles = "Y.one(document.head).append('<style> \
|
|||||||
border-top: 5px solid #356de4; \
|
border-top: 5px solid #356de4; \
|
||||||
font-size: 0; \
|
font-size: 0; \
|
||||||
margin-right: 5px; \
|
margin-right: 5px; \
|
||||||
float: left \
|
float: left; \
|
||||||
} \
|
} \
|
||||||
div.upmGroup { \
|
div.upmGroup { \
|
||||||
font-weight: bold; \
|
font-weight: bold; \
|
||||||
|
@ -311,13 +311,13 @@ abbr {
|
|||||||
cursor: help;
|
cursor: help;
|
||||||
}
|
}
|
||||||
|
|
||||||
.prettyprint li.L0,
|
.prettyprint li.L0,
|
||||||
.prettyprint li.L1,
|
.prettyprint li.L1,
|
||||||
.prettyprint li.L2,
|
.prettyprint li.L2,
|
||||||
.prettyprint li.L3,
|
.prettyprint li.L3,
|
||||||
.prettyprint li.L5,
|
.prettyprint li.L5,
|
||||||
.prettyprint li.L6,
|
.prettyprint li.L6,
|
||||||
.prettyprint li.L7,
|
.prettyprint li.L7,
|
||||||
.prettyprint li.L8 {
|
.prettyprint li.L8 {
|
||||||
list-style: decimal;
|
list-style: decimal;
|
||||||
}
|
}
|
||||||
@ -357,7 +357,7 @@ ul li p {
|
|||||||
#hd img {
|
#hd img {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -787,28 +787,28 @@ kbd .cmd { font-family: Monaco, Helvetica; }
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.right-arrow {
|
div.right-arrow {
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border-bottom: 5px solid transparent;
|
border-bottom: 5px solid transparent;
|
||||||
border-top: 5px solid transparent;
|
border-top: 5px solid transparent;
|
||||||
border-left: 5px solid #356de4;
|
border-left: 5px solid #356de4;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
float: left
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.down-arrow {
|
div.down-arrow {
|
||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
border-left: 5px solid transparent;
|
border-left: 5px solid transparent;
|
||||||
border-right: 5px solid transparent;
|
border-right: 5px solid transparent;
|
||||||
border-top: 5px solid #356de4;
|
border-top: 5px solid #356de4;
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
float: left
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.upmGroup {
|
div.upmGroup {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user