Skip to content

Commit 4f697a3

Browse files
authored
Merge pull request #4 from hynekkar/minor_display_fixes
Minor display fixes
2 parents 0c85dac + 1e36677 commit 4f697a3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

_includes/social-icon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
{% when "RSS" %}
1717
<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><circle cx="6.18" cy="17.82" r="2.18"/><path d="M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"/></svg>
1818
{% when "GitHub" %}
19-
<img height="20" width="20" src="/ipfixprobe-docs/images/github.png">
19+
<img height="20" width="20" src="./../images/github.png">
2020
{% endcase %}

_sass/elements.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ html, body {
99

1010
body {
1111
font-family: "San Francisco", "Helvetica Neue", "Helvetica", "Arial";
12+
word-wrap:break-word;
13+
}
14+
15+
table {
16+
overflow-x: scroll;
17+
display:block;
1218
}
1319

1420
a {

developer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="container">
77
<div class="blog-post text-container">
88
<p>The architecture of the ipfixprobe can be described by the following diagram:</p>
9-
<img src="/images/ipfixprobe_architecture.jpg" style = "width: 100%;">
9+
<img src="./../images/ipfixprobe_architecture.jpg" style = "width: 100%;">
1010
<h1>Process plugin</h1>
1111
<p>The ipfixprobe contains script that creates template for new process plugin. To use it follow these steps:<br>
1212
<div class="text editable" style="display: flex;flex-direction: column;justify-content: center;align-items: left;">

0 commit comments

Comments
 (0)