From: <zn...@us...> - 2009-06-24 07:25:07
|
Revision: 933 http://crackerjack.svn.sourceforge.net/crackerjack/?rev=933&view=rev Author: znz Date: 2009-06-24 07:25:04 +0000 (Wed, 24 Jun 2009) Log Message: ----------- use overflow: scroll Modified Paths: -------------- trunk/viewsite/public/stylesheets/application.css Modified: trunk/viewsite/public/stylesheets/application.css =================================================================== --- trunk/viewsite/public/stylesheets/application.css 2009-06-24 07:24:43 UTC (rev 932) +++ trunk/viewsite/public/stylesheets/application.css 2009-06-24 07:25:04 UTC (rev 933) @@ -18,6 +18,16 @@ text-decoration: none; } +.ui-state-default { + text-align: center; +} + +.ui-tabs .ui-tabs-panel { + border: solid lightgrey; + border-width: 1px !important; + overflow: scroll; +} + /* scaffold */ body { background-color: #fff; color: #333; } @@ -56,12 +66,3 @@ font-size: 12px; list-style: square; } - -.ui-state-default { - text-align: center; -} - -.ui-tabs .ui-tabs-panel { - border: solid lightgrey; - border-width: 1px !important; -} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |