Template:Scrollable/styles.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* The Box */ | /* The Box */ | ||
. | .scrollbl { | ||
width: auto; | width: auto; | ||
height: 20em; | height: 20em; | ||
Line 9: | Line 9: | ||
} | } | ||
. | .scrollr18 { | ||
width: auto; | |||
height: 20em; | |||
padding: 3px; | |||
border: 1px solid #000; | |||
overflow: auto; | |||
background-color:#FFF5F5; | |||
} | } |