scripting / feedlandBlogrollToolkit

Browser-based JavaScript code, html and styles for adding an OPML-based blogroll to a website, with a connection back to FeedLand for realtime updates.
MIT License
3 stars 0 forks source link

Following up after release of WordPress plugin #11

Open scripting opened 4 months ago

scripting commented 4 months ago

It's been a week since the release of the WordPress plugin for blogrolls, and I'm coming back around to have a look at where we're at.

I'm going to tweak the custom CSS, but for now not change the CSS in the release, to make it look better in scripting.com.

So in this thread I'm going share the CSS changes I'm making only specific to scripting.com.

scripting commented 4 months ago

So here are the changes I just made.

.divBlogrollContainer, #idBlogrollContainer {
    border: 1px solid silver;
    padding-left: 2px;
    padding-right: 2px;
    }
.divQuietBlogroll .trBlogrollFeed td {
    padding-top: 3px;
    padding-bottom: 3px;
    }