Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GoikLectures
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Goik Martin
GoikLectures
Commits
5ebfbec9
Commit
5ebfbec9
authored
7 years ago
by
Goik Martin
Browse files
Options
Downloads
Patches
Plain Diff
Table handling
parent
d3ab10d2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ws/Docbook/CustomLayer/slide/reveal.css.patch
+0
-37
0 additions, 37 deletions
ws/Docbook/CustomLayer/slide/reveal.css.patch
ws/Docbook/CustomLayer/webhelp/positioning.css.patch
+12
-3
12 additions, 3 deletions
ws/Docbook/CustomLayer/webhelp/positioning.css.patch
with
12 additions
and
40 deletions
ws/Docbook/CustomLayer/slide/reveal.css.patch
+
0
−
37
View file @
5ebfbec9
--- reveal.css.orig 2017-07-30 13:36:35.034716277 +0200
+++ reveal.css 2017-07-30 13:36:03.307180322 +0200
@@ -1,4 +1,11 @@
-/*!
+/*
+ * Original file /usr/share/reveal.js/css/reveal.css
+ * patched by /usr/share/hdm-docbook-xsl/CustomLayer/slide/reveal.css.patch
+ *
+ *
+ */
+
+/*
* reveal.js
* http://lab.hakim.se/reveal-js
* MIT licensed
@@ -26,7 +33,11 @@
border: 0;
font-size: 100%;
font: inherit;
- vertical-align: baseline; }
+ vertical-align: top; }
+
+.reveal table, .reveal caption, .reveal tbody, .reveal tfoot, .reveal thead, .reveal tr, .reveal th, .reveal td {
+ width: 90%;
+}
.reveal article, .reveal aside, .reveal details, .reveal figcaption, .reveal figure,
.reveal footer, .reveal header, .reveal hgroup, .reveal menu, .reveal nav, .reveal section {
@@ -339,7 +350,7 @@
display: none;
position: absolute;
width: 100%;
- padding: 20px 0px;
+ padding: 0px 0px;
z-index: 10;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
This diff is collapsed.
Click to expand it.
ws/Docbook/CustomLayer/webhelp/positioning.css.patch
+
12
−
3
View file @
5ebfbec9
--- positioning.css.orig 2017-0
7-30 09:46:17.738825509
+0200
+++ positioning.css 2017-0
7-30 09:44:36.296362842
+0200
--- positioning.css.orig 2017-0
8-06 00:10:35.262273697
+0200
+++ positioning.css 2017-0
8-06 00:17:46.727555505
+0200
@@ -1,3 +1,8 @@
+/*
+ * patched by: /usr/share/hdm-docbook-xsl/CustomLayer/webhelp/positioning.css.patch
...
...
@@ -35,7 +35,16 @@
#content table thead, #content table th{
background: gray;
color: white;
@@ -375,3 +392,109 @@
@@ -349,6 +366,8 @@
*[align = 'center']{ text-align: center;}
+#content .calloutlist>table[border='0'], #content .calloutlist>table[border='0'] td,
+#content .informaltable>table[border='0'], #content .informaltable>table[border='0'] td,
#content .qandaset>table, #content .qandaset>table td, #content .calloutlist table, #content .calloutlist table td, #content .navfooter table, #content .navfooter table td {
border: 0px solid;
}
@@ -375,3 +394,109 @@
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment