X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fcss%2Fstyle.css;h=c9634cd7b5f00e57c9da0718a27c515dc49d22b3;hb=8ae2f7862cf3b22994d79fac1e5a3f0932079378;hp=67d57a01dd2ff816a9032c261d8f49815ed9e9c8;hpb=57c7779af159f50ed5d512e0e9ebf70801541ae0;p=jalview.git diff --git a/examples/css/style.css b/examples/css/style.css index 67d57a0..c9634cd 100644 --- a/examples/css/style.css +++ b/examples/css/style.css @@ -280,8 +280,15 @@ float:left; padding-top:29px; margin-right:50px; } - - +#content ul +{ + list-style-type: disc; +} +#content li +{ + margin-left: 11px; + padding-bottom:11px; +} #sideNav li { @@ -376,6 +383,15 @@ background: url("../images/train-arrow-3-normal.png") no-repeat scroll 0 0 trans padding-left: 5px; } +#content .borderTable td +{ + border: 1px solid black; +} +#content .borderTable tr +{ + border-bottom: 2px solid black; +} + td { vertical-align: middle; @@ -395,6 +411,12 @@ height:140px; padding-top:10px; clear:both; } +#innerFooter a +{ + color: #EEEEEE; + visited: #DDDDDD; + +} #innerFooter {