Making some formatting changes to result list: Empasizing title, deliniating columns, widening table
This commit is contained in:
parent
8a4e266e08
commit
93ffb76203
1 changed files with 26 additions and 3 deletions
|
@ -120,6 +120,18 @@ td.numberhilighted {
|
|||
text-align:right;
|
||||
}
|
||||
|
||||
#resultlist table {
|
||||
margin : auto;
|
||||
}
|
||||
|
||||
#resultlist table td {
|
||||
border-right : 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
#resultlist table td:last-child {
|
||||
border-right : 1px solid Black;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color:#000000;
|
||||
background-color:#DDDDDD;
|
||||
|
@ -214,9 +226,20 @@ h3 {
|
|||
margin-right:35%;
|
||||
}
|
||||
#resultlist {
|
||||
width:70%;
|
||||
margin-left:5%;
|
||||
margin-right:5%;
|
||||
width:95%;
|
||||
margin : auto;
|
||||
/* margin-left:5%;
|
||||
margin-right:5%;*/
|
||||
}
|
||||
|
||||
#resultlist p {
|
||||
font-size : .8em;
|
||||
}
|
||||
|
||||
a.resultlist {
|
||||
font-weight : bold;
|
||||
display : block;
|
||||
padding-left : 5px;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in a new issue