adjusting the table styles, adding a style to the highlight class
This commit is contained in:
parent
3e007270b9
commit
1e202a67ed
2250
index.html
2250
index.html
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,7 @@
|
|||||||
html{
|
html{
|
||||||
border: 10px inset magenta;
|
border: 10px inset magenta;
|
||||||
min-height: calc(100vh - 20px);
|
min-height: calc(100vh - 20px);
|
||||||
|
min-width: 1000px;
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
margin:1em;
|
margin:1em;
|
||||||
@ -20,9 +21,16 @@ table{
|
|||||||
th, td{
|
th, td{
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding:0 1em 0 0;
|
padding:0 1em 0 0;
|
||||||
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
td.name{
|
||||||
|
width: 323px;
|
||||||
|
}
|
||||||
td.versions{
|
td.versions{
|
||||||
min-width: 280px;
|
width: 290px;
|
||||||
|
}
|
||||||
|
td.magicwords a{
|
||||||
|
color: magenta;
|
||||||
}
|
}
|
||||||
hr{
|
hr{
|
||||||
border:0;
|
border:0;
|
||||||
@ -32,7 +40,16 @@ hr{
|
|||||||
#footer{
|
#footer{
|
||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
.info{font-size: smaller;}
|
.info{
|
||||||
.magicwords{
|
font-size: smaller;
|
||||||
padding-right: 5px;
|
}
|
||||||
|
.highlight{
|
||||||
|
padding: 1em;
|
||||||
|
background-color: pink;
|
||||||
|
}
|
||||||
|
.magic{
|
||||||
|
margin-top:2em;
|
||||||
|
}
|
||||||
|
.magicwords{
|
||||||
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user