Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2021-05-17 18:00:45 +0300
committerAntenore Gatta <antenore@simbiosi.org>2021-05-17 18:00:45 +0300
commiteae87a435179d056c8ad9d56b8a80fc6daa5872b (patch)
tree5661b37e86585bdf1ceedc1ed52162a8aab4ddd2
parent46b9f5c9d8185688a12ceaed5e912d5e242fbc5f (diff)
horizontally listed
-rw-r--r--assets/css/main.scss8
-rw-r--r--index.md14
2 files changed, 17 insertions, 5 deletions
diff --git a/assets/css/main.scss b/assets/css/main.scss
index e7467fc..9071485 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -26,6 +26,14 @@ a:not(.btn):not(#goog-wm-sb):not(.page__share):hover {
text-decoration: none;
}
+#protocols ul{
+ list-style: none;
+}
+#protocols li{
+ display: inline;
+}
+
+
/*a:hover {
text-decoration: underline;
}
diff --git a/index.md b/index.md
index 2bc4b49..326e3f3 100644
--- a/index.md
+++ b/index.md
@@ -43,11 +43,15 @@ classes:
## Protocol Plugins
-* <a href="/remmina-rdp/" >RDP</a>
-* <a href="/remmina-spice/" >SPICE</a>
-* <a href="/remmina-vnc/" >VNC</a>
-* <a href="/remmina-ssh/" >SSH</a>
-* <a href="/remmina-www/" >HTTP/HTTPS</a>
+<div id="protocols">
+<ul>
+<li>•&nbsp;<a href="/remmina-rdp/" >RDP</a>&nbsp;</li>
+<li>•&nbsp;<a href="/remmina-spice/" >SPICE</a>&nbsp;</li>
+<li>•&nbsp;<a href="/remmina-vnc/" >VNC</a>&nbsp;</li>
+<li>•&nbsp;<a href="/remmina-ssh/" >SSH</a>&nbsp;</li>
+<li>•&nbsp;<a href="/remmina-www/" >HTTP/HTTPS</a>&nbsp;</li>
+</ul>
+</div>
<hr>