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; \
|
||||
margin-right: 5px; \
|
||||
vertical-align: 5px; \
|
||||
float: left \
|
||||
float: left; \
|
||||
} \
|
||||
div.down-arrow { \
|
||||
width: 0; \
|
||||
@ -125,7 +125,7 @@ var insertStyles = "Y.one(document.head).append('<style> \
|
||||
border-top: 5px solid #356de4; \
|
||||
font-size: 0; \
|
||||
margin-right: 5px; \
|
||||
float: left \
|
||||
float: left; \
|
||||
} \
|
||||
div.upmGroup { \
|
||||
font-weight: bold; \
|
||||
|
@ -795,7 +795,7 @@ div.right-arrow {
|
||||
border-left: 5px solid #356de4;
|
||||
font-size: 0;
|
||||
margin-right: 5px;
|
||||
float: left
|
||||
float: left;
|
||||
}
|
||||
|
||||
div.down-arrow {
|
||||
@ -806,7 +806,7 @@ div.down-arrow {
|
||||
border-top: 5px solid #356de4;
|
||||
font-size: 0;
|
||||
margin-right: 5px;
|
||||
float: left
|
||||
float: left;
|
||||
}
|
||||
|
||||
div.upmGroup {
|
||||
|
Loading…
x
Reference in New Issue
Block a user