Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/revision/org.eclipse.papyrus.revisiontool/doc/default.css')
-rw-r--r--extraplugins/revision/org.eclipse.papyrus.revisiontool/doc/default.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/extraplugins/revision/org.eclipse.papyrus.revisiontool/doc/default.css b/extraplugins/revision/org.eclipse.papyrus.revisiontool/doc/default.css
index 23fe5fd5fbb..3f6c382563f 100644
--- a/extraplugins/revision/org.eclipse.papyrus.revisiontool/doc/default.css
+++ b/extraplugins/revision/org.eclipse.papyrus.revisiontool/doc/default.css
@@ -1,7 +1,32 @@
/*
* Style sheet for the CSS2 specification
*/
+table, td, th {
+ border: 1px solid #005A9C;
+
+}
+
+table {
+ width: 100%;
+}
+
+th {
+ background-color: #005A9C;
+ color: white;
+}
+
+ul {
+ list-style-type: none;
+ padding: 0px;
+ margin: 0px;
+}
+ul li {
+ list-style-type: none;
+ background-repeat: no-repeat;
+ background-position: 0px 5px;
+ padding-left: 14px;
+}
body {
padding: 2em 1em 2em 70px;
margin: 0;

Back to the top