limited db text content div to height: 800px

This commit is contained in:
messerbill 2013-10-27 13:40:26 +01:00
parent 097ed3a20c
commit 00f4e3b57f

View File

@ -5,7 +5,10 @@
Description:
Purpose of the stylesheet follows.
*/
.tab-content{
overflow: scroll;
height: 800px;
}
#content{
max-width: 1200px;
margin: 0 auto;