datawebring

A webring for data people who write
git clone https://git.eamoncaddigan.net/datawebring.git
Log | Files | Refs | README

commit 3d3e4f788d61ba4e813963b05fd17a62f9fda196
parent a7991f5c586fe28b512311ad331794220b28dabe
Author: Randy Au <randy.au@gmail.com>
Date:   Fri, 20 Sep 2024 12:31:13 -0400

Update onionring.css
Diffstat:
Monionring.css | 14+++++++-------
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 */ -#webringid { +data-ring-dot-list { margin: 0 auto; padding: 15px; /* creates some space around the widget */ } -#webringid table { +data-ring-dot-list table { background-color: #ffffff; /* makes the background pure white */ margin: 0 auto; /* centers the widget */ } -#webringid table tr td { +data-ring-dot-list table tr td { padding: 15px; /* creates some space between the links and text inside the widget */ } -#webringid .webring-prev { +data-ring-dot-list .webring-prev { text-align:right; } -#webringid .webring-info { +data-ring-dot-list .webring-info { text-align:center; } -#webringid .webring-next { +data-ring-dot-list .webring-next { text-align:left; } -#webringid .webring-links { +data-ring-dot-list .webring-links { font-size:small; }