aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout
diff options
context:
space:
mode:
authorPim van den Berg2009-10-11 19:04:22 +0200
committerPim van den Berg2009-10-11 19:04:22 +0200
commit96a721459bcb61745663ac22db4b4fa94c5619e7 (patch)
tree017fca2ba83676dc11e24e901c550857dad42954 /layout
parentreplace plus and minus on host page by images (diff)
downloadapt-panopticon_cgp-96a721459bcb61745663ac22db4b4fa94c5619e7.zip
apt-panopticon_cgp-96a721459bcb61745663ac22db4b4fa94c5619e7.tar.gz
apt-panopticon_cgp-96a721459bcb61745663ac22db4b4fa94c5619e7.tar.bz2
apt-panopticon_cgp-96a721459bcb61745663ac22db4b4fa94c5619e7.tar.xz
some styling modifications
Diffstat (limited to 'layout')
-rw-r--r--layout/style.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/layout/style.css b/layout/style.css
index 787069b..3b61a68 100644
--- a/layout/style.css
+++ b/layout/style.css
@@ -33,6 +33,15 @@ h3 {
33 font-size: 1em; 33 font-size: 1em;
34} 34}
35 35
36a:link, a:visited, a:active {
37 text-decoration: none;
38 color: #222;
39}
40
41a:hover {
42 text-decoration: underline;
43}
44
36table.summary th { 45table.summary th {
37 width: 150px; 46 width: 150px;
38 font-weight: normal; 47 font-weight: normal;
@@ -49,12 +58,13 @@ img {
49} 58}
50 59
51ul { 60ul {
52 margin: 0; 61 margin: 0;
53 padding: 0; 62 padding: 0;
54} 63}
55 64
56li { 65li {
57 display: inline; 66 display: inline;
67 margin-left: 10px;
58} 68}
59 69
60hr { 70hr {