projects
/
slides.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d5ad15
)
make headers not extend outside the page
author
Robert Kaiser
<kairo@kairo.at>
Mon, 18 Nov 2013 01:22:57 +0000
(
02:22
+0100)
committer
Robert Kaiser
<kairo@kairo.at>
Mon, 18 Nov 2013 01:22:57 +0000
(
02:22
+0100)
linuxwochen2013-makey/slides.css
patch
|
blob
|
blame
|
history
diff --git
a/linuxwochen2013-makey/slides.css
b/linuxwochen2013-makey/slides.css
index 5e36afcaa6ae5082046aa0fbddd2d7f135082432..f97760ef4b45a8ce35249a71cf07a40b9bb690c0 100644
(file)
--- a/
linuxwochen2013-makey/slides.css
+++ b/
linuxwochen2013-makey/slides.css
@@
-86,6
+86,7
@@
ul:last-child {
position: relative;
top: 5px;
left: 25px;
+ width: calc(100% - 50px);
font-size: 20px;
font-weight: bold;
color: #336699;
@@
-108,6
+109,7
@@
ul:last-child {
position: relative;
top: 3px;
left: 25px;
+ width: calc(100% - 50px);
font-size: 10px;
}