Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. .toolbar-bottom {
  2. position: fixed;
  3. width:100%;
  4. bottom:0;
  5. height: 15px;
  6. text-align: center;
  7. }
  8.  
  9. .toolbar-bottom.button {
  10. width: 30%;
  11. }
  12.  
  13. .toolbar-bottom > * {
  14. height: 5%;
  15. }
  16.  
  17. .toolbar-top.text {
  18. font-style: italic;
  19. font-weight: bold;
  20. text-align: center;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement