Skip to content

Commit

Permalink
removed overflown css
Browse files Browse the repository at this point in the history
  • Loading branch information
dedocibula committed Dec 17, 2015
1 parent 59f46cc commit bb3eb1d
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,14 @@ Alternatively, you can start the server directly from your IDE. See [examples](#

MPP store also comes with sample programs in the `example` directory.

<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-yw4l{vertical-align:top}
</style>
<table class="tg">
<table class=>
<tr>
<th class="tg-yw4l">Server</th>
<td class="tg-yw4l"><a href="https://github.com/dedocibula/MPPKeyValueStore/blob/master/src/main/java/com/javarockstars/mpp/keyvaluestore/example/ServerExample.java">com.javarockstars.mpp.keyvaluestore.example.ServerExample</a></td>
<th>Server</th>
<td><a href="https://github.com/dedocibula/MPPKeyValueStore/blob/master/src/main/java/com/javarockstars/mpp/keyvaluestore/example/ServerExample.java">com.javarockstars.mpp.keyvaluestore.example.ServerExample</a></td>
</tr>
<tr>
<th class="tg-yw4l">Client</th>
<td class="tg-yw4l"><a href="https://github.com/dedocibula/MPPKeyValueStore/blob/master/src/main/java/com/javarockstars/mpp/keyvaluestore/example/ClientExample.java">com.javarockstars.mpp.keyvaluestore.example.ClientExample</a></td>
<th>Client</th>
<td><a href="https://github.com/dedocibula/MPPKeyValueStore/blob/master/src/main/java/com/javarockstars/mpp/keyvaluestore/example/ClientExample.java">com.javarockstars.mpp.keyvaluestore.example.ClientExample</a></td>
</tr>
</table>

Expand Down

0 comments on commit bb3eb1d

Please sign in to comment.