summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html4
-rwxr-xr-xmake.sh4
2 files changed, 6 insertions, 2 deletions
diff --git a/index.html b/index.html
index 1a76b2f..b17a5d4 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@ background-color: dfdfdf;
#bar {
border: 1px solid gray;
background-color: lightGray;
-width: 30%;
+width: 40%;
position: fixed;
top: 4px;
left: 35%;
@@ -29,6 +29,8 @@ a {
</head>
<body>
<div id="bar">
+ <a href="https://github.com/dhbw-horb/studienarbeit-2011-fischer-eclipse-ksm/blob/master/document.pdf?raw=true">Download PDF</a>
+ •
<a href="http://github.com/dhbw-horb/ksm-rcp">KSM Projektrepository</a>
<a href="http://www.ba-horb.de/~ksm">KSM Website</a>
diff --git a/make.sh b/make.sh
index 171041a..a528df0 100755
--- a/make.sh
+++ b/make.sh
@@ -16,7 +16,7 @@ background-color: dfdfdf;
#bar {
border: 1px solid gray;
background-color: lightGray;
-width: 30%;
+width: 40%;
position: fixed;
top: 4px;
left: 35%;
@@ -35,6 +35,8 @@ a {
</head>
<body>
<div id="bar">
+ <a href="https://github.com/dhbw-horb/studienarbeit-2011-fischer-eclipse-ksm/blob/master/document.pdf?raw=true">Download PDF</a>
+ •
<a href="http://github.com/dhbw-horb/ksm-rcp">KSM Projektrepository</a>
<a href="http://www.ba-horb.de/~ksm">KSM Website</a>