Runboard.com
Слава Україні!

runboard.com       Sign up (learn about it) | Sign in (lost password?)

 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator

Registered: 07-2005
Location: Texas
Posts: 56
Karma: 0 (+0/-0)
Reply | Quote
Post List Link Spacing


One of the more difficult fixes is the list of post-list contact links. The default spacing, margins, and border declarations are not consistent. When you also need to factor in an internet link with no CSS class name, it presents a challenge to sort things out. What I did was code the CSS to give each link a 5-pixel left and right margin setting.

---

Advertise Boards On TRDConceptsDE
10/22/2018, 11:39 pm Link to this post Email Pastor Rick   PM Pastor Rick Blog
 
Pastor Rick Profile
Live feed
Blog
Friends
Miscellaneous info

Head Administrator

Registered: 07-2005
Location: Texas
Posts: 56
Karma: 0 (+0/-0)
Reply | Quote
Re: Post List Link Spacing


/* DEFINE POSTLIST LINK MARGIN SETTINGS */

span.postlist_link_to_post {
  border: 0;
  padding: 0;
  padding-left: 5px;
  margin-right: 5px;
}
span.postlistblog {
  margin-right: 5px;
}
td.postlistcontact>span:nth-child(4), td.postlistcontact>span:nth-child(6), td.postlistcontact>span:nth-child(7), td.postlistcontact>span:nth-child(8), td.postlistcontact>span:nth-child(9), .postlist_karma_applaud {
  margin-right: 5px;
}

---

Advertise Boards On TRDConceptsDE
10/28/2018, 12:56 pm Link to this post Email Pastor Rick   PM Pastor Rick Blog
 


Add a reply





You are not logged in (login)