fix css error
This commit is contained in:
parent
80666da925
commit
ae4175d160
|
@ -10,7 +10,7 @@ html{height:100%;}
|
||||||
/* used in water */
|
/* used in water */
|
||||||
.PageNavigation{padding-left:30px;}
|
.PageNavigation{padding-left:30px;}
|
||||||
hr{float:left;border: none 0;border-bottom:1px dashed #ccc;height: 1px;}
|
hr{float:left;border: none 0;border-bottom:1px dashed #ccc;height: 1px;}
|
||||||
#mdlist{}
|
#mdlist{float:left;}
|
||||||
.t1highlight{background-color: #ccccff;}
|
.t1highlight{background-color: #ccccff;}
|
||||||
.t3highlight{background-color: #ccccff;}
|
.t3highlight{background-color: #ccccff;}
|
||||||
.t2highlight{background-color: #FFCCCC;}
|
.t2highlight{background-color: #FFCCCC;}
|
||||||
|
|
|
@ -15,7 +15,8 @@ li {white-space:nowrap;}
|
||||||
#linkurl {text-align:center;display:block;width:300px;}
|
#linkurl {text-align:center;display:block;width:300px;}
|
||||||
|
|
||||||
#temporal ul{padding-left:36px;background:url(/images/time.gif) no-repeat left center;}
|
#temporal ul{padding-left:36px;background:url(/images/time.gif) no-repeat left center;}
|
||||||
#place ul{padding-left:36px;background:url(/images/place.gif) no-repeat left center;}
|
#place ul{padding-left:36px;background:url(/images/place.gif) no-repeat left center;width:280px;}
|
||||||
|
#place ul li{float:left;}
|
||||||
#theme ul{padding-left:36px;background:url(/images/theme.gif) no-repeat left center;}
|
#theme ul{padding-left:36px;background:url(/images/theme.gif) no-repeat left center;}
|
||||||
#stratum ul{padding-left:36px;background:url(/images/stratum.gif) no-repeat left center;}
|
#stratum ul{padding-left:36px;background:url(/images/stratum.gif) no-repeat left center;}
|
||||||
#discipline ul{padding-left:36px;background:url(/images/discipline.gif) no-repeat left center;}
|
#discipline ul{padding-left:36px;background:url(/images/discipline.gif) no-repeat left center;}
|
||||||
|
|
Loading…
Reference in New Issue