I'm currently in the process of designing with Twitter Bootstrap 2 (responsive). This design consists of a header, left sidebar, content area, and footer.
Here is the basic code structure I am working with - take a look at http://jsfiddle.net/w4yh9/3/
The key section to focus on is:
<div id="inner" class="span10">
...
</div>
Please refer to the highlighted yellow area in the attached screenshot:
I have a specific question or issue: How can I add padding to the right side for all content elements (success message, content, table) that will also be effective on smaller screens?