X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=static%2Fdebian.css;h=c7fa4be4eb12ad0d07d8ea8ceb7d6b04da2022cd;hb=e297f56fb5ba59c24f4b3d325b8a43fc05c71f5d;hp=71b05ebd699e02ff2ced0eae28abbc657ecd3004;hpb=2e8966fc3d9467e5e8b5e4186af347dc6e30f899;p=deb%2Fpackages.git diff --git a/static/debian.css b/static/debian.css index 71b05eb..c7fa4be 100644 --- a/static/debian.css +++ b/static/debian.css @@ -531,6 +531,13 @@ div.righthalf { border-style: ridge; border-collapse: collapse; } +#pcontentsres table { + margin: 0 1em 1em 1em; + min-width: 50%; + border: 2px gray; + border-style: ridge; + border-collapse: collapse; +} table.vote { margin: 0 auto; border-width: 3px; @@ -538,12 +545,19 @@ table.vote { border-style: ridge; border-collapse: collapse; } -#pdownload th, #pdownload td, table.ridgetable th, table.ridgetable td, +#pcontentsres col, #pcontentsres th, #pdownload th, #pdownload td, table.ridgetable th, table.ridgetable td, table.reltable td, table.reltable th { - border: 2px gray; + border: 2px #BFC3DC; border-style: ridge; padding: 0.1em; } +#pcontentsres td.file { + font-family: monospace; +} +#pcontentsres td { +/* font-size: smaller;*/ + padding: .4em; +} table.reltable th { background-color: #44CCCC; }