Skip to content
Snippets Groups Projects
Commit 86add508 authored by Andi Gerken's avatar Andi Gerken
Browse files

Changed style location in readme.md

parent 72cc8982
No related branches found
No related tags found
No related merge requests found
Pipeline #37238 passed
......@@ -13,32 +13,6 @@ This repository implements an easy to use interface, to create, save, load, and
<a href="http://agerken.de/io/index.html" class="myButton">Documentation</a>
<style>
.myButton {
background:#3971cc;
background-color:#3971cc;
border-radius:9px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:20px;
padding:8px 16px;
text-decoration:none;
}
.myButton:hover {
background:#396bd1;
background-color:#396bd1;
color: #e0e0e0;
text-decoration: none;
}
.myButton:active {
position:relative;
top:1px;
}
</style>
## Installation
......@@ -100,3 +74,28 @@ Current modes are:
- tank_positions
- trajectories
- follow_iid
<style>
.myButton {
background:#3971cc;
background-color:#3971cc;
border-radius:9px;
display:inline-block;
cursor:pointer;
color:#ffffff;
font-family:Arial;
font-size:20px;
padding:8px 16px;
text-decoration:none;
}
.myButton:hover {
background:#396bd1;
background-color:#396bd1;
color: #e0e0e0;
text-decoration: none;
}
.myButton:active {
position:relative;
top:1px;
}
</style>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment