diff --git a/htdocs/css/water.css b/htdocs/css/water.css index fbbd1c82..2738f90e 100644 --- a/htdocs/css/water.css +++ b/htdocs/css/water.css @@ -30,7 +30,7 @@ ul{list-style-type: none;} /* used in search*/ .mditem{clear:left;text-indext:2em;padding:5px;} .mditem hr{clear:both;padding:0;} -.thumb {clear:both;float:left;} +.thumb {clear:both;float:left;padding-right:5px;} #search{} .float{float:left;} @@ -46,6 +46,9 @@ form{display:inline;float:left;} /* timemap */ .info{width:200px;height:200px;} +/* TAG */ +.mditem h2{text-indent:2em;} +.mditem span{text-indent:2em;padding:10px;margin-left:5px;} .more {float:right;padding-right:20px;} @@ -87,5 +90,4 @@ dd,dt{float:left;margin:0;} #detailxml .name {width:150px;text-align:left;float:left;color:red;} #detailxml .item{clear:left;margin-left:20px;} #detailxml .item p{padding-left:20px;} -legend {margin-left:30px;background:#fff;} -.mditem h2{text-indent:2em;} \ No newline at end of file +legend {margin-left:30px;background:#fff;} \ No newline at end of file