Guest User

Untitled

a guest
May 27th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ## colors.html.erb
  2.  
  3. <div style="position: relative; padding: 15px;" id="RealContent">
  4. <%= yield %>
  5. </div>
  6.  
  7. ## show.css.erb
  8.  
  9. #mainContent {
  10. background-color: white;
  11. margin-top: 5px;
  12. margin-left: 200px;
  13. margin-right: 10px;
  14. padding: 5px;
  15. overflow: visible;
  16. position: relative;
  17. min-height: 550px;
  18. }
  19.  
  20. #RealContent{
  21. overflow: auto;
  22. margin:0;
  23. }
Add Comment
Please, Sign In to add comment