Jump to content
  • 0

Forum Formatting suggestion: Watch the gaps at the bottom of boxes


AndyEvernote

Idea

Posted
Forum White-space suggestion: Watch the gaps at the bottom of boxes.
 
I applaud the excellent use of white-space on the CSS formatting of the forum. Could the use of space at the bottom of boxes, lists and space between boxes be reviewed to be consistent with the rest of the spacing?
 
Example #1: Guidelines - Evernote User Forum
 

Guidelines - Evernote User Forum

 
To demonstrate, I've grabbed a screen shot from the current page and then quickly altered the html and grabbed a 2nd screen shot (see below):
 
Simply copied the "spacer" <div> used between the other <ol> elements and added it below the final <ol> element:
 
<div>
 
[...]
 
       <ol start="9" style="color:#525e61; font-size:14px; text-align:start">
           [...]
       </ol>
 
       <div style="color:#525e61; font-size:14px; text-align:start">
           &nbsp;
       </div>
 
       <ol start="10" style="color:#525e61; font-size:14px; text-align:start">
           [...]
       </ol>
 
<!-- copy and pasted div -->
       <div style="color:#525e61; font-size:14px; text-align:start">
           &nbsp;
       </div>
 
</div>
 
 
Screenshots Current and With Spacing:
 
image.thumb.jpeg.b508a5888aa64e442e3e932864dbe3b8.jpegimage.thumb.jpeg.b3193d189e16d12b0b3e7e4ae0f5030c.jpeg
 
 
 

Evernote Forum - White space example #2 - Welcome to the Evernote Discussion Forums - Evernote User Forum

 
 
image.thumb.jpeg.021b03b79b7ca10159c27432e1313f85.jpeg
 
For your consideration, cheers.
 

0 replies to this idea

Recommended Posts

There have been no replies to this idea yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...