diff options
-rw-r--r-- | index.html | 4 | ||||
-rwxr-xr-x | make.sh | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -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> @@ -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> |