commit 821e28b732128ad80a63a646bca88ac6da11b075
parent 3d3e4f788d61ba4e813963b05fd17a62f9fda196
Author: Randy Au <randy.au@gmail.com>
Date: Fri, 20 Sep 2024 12:31:51 -0400
Update onionring.css
Diffstat:
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/onionring.css b/onionring.css
@@ -5,32 +5,32 @@
/* === ONIONRING.CSS === */
/* this file affects the style of the widget. remember to replace all instances of #webringid with whatever value you have for ringID in the onionring-widget.js file. make sure it still has the # at the front, though! probably easiest to use find+replace to do it */
-data-ring-dot-list {
+#data-ring-dot-list {
margin: 0 auto;
padding: 15px; /* creates some space around the widget */
}
-data-ring-dot-list table {
+#data-ring-dot-list table {
background-color: #ffffff; /* makes the background pure white */
margin: 0 auto; /* centers the widget */
}
-data-ring-dot-list table tr td {
+#data-ring-dot-list table tr td {
padding: 15px; /* creates some space between the links and text inside the widget */
}
-data-ring-dot-list .webring-prev {
+#data-ring-dot-list .webring-prev {
text-align:right;
}
-data-ring-dot-list .webring-info {
+#data-ring-dot-list .webring-info {
text-align:center;
}
-data-ring-dot-list .webring-next {
+#data-ring-dot-list .webring-next {
text-align:left;
}
-data-ring-dot-list .webring-links {
+#data-ring-dot-list .webring-links {
font-size:small;
}