summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 7b8e468..85815c1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -71,65 +71,65 @@ div#content {
71div#blob { 71div#blob {
72 border: solid 1px black; 72 border: solid 1px black;
73} 73}
74 74
75div.error { 75div.error {
76 color: red; 76 color: red;
77 font-weight: bold; 77 font-weight: bold;
78 margin: 1em 2em; 78 margin: 1em 2em;
79} 79}
80div.ls-blob, div.ls-dir { 80div.ls-blob, div.ls-dir {
81 font-family: monospace; 81 font-family: monospace;
82} 82}
83div.ls-dir a { 83div.ls-dir a {
84 font-weight: bold; 84 font-weight: bold;
85} 85}
86th.filesize, td.filesize { 86th.filesize, td.filesize {
87 text-align: right; 87 text-align: right;
88} 88}
89td.filesize { 89td.filesize {
90 font-family: monospace; 90 font-family: monospace;
91} 91}
92td.filemode { 92td.filemode {
93 font-family: monospace; 93 font-family: monospace;
94} 94}
95 95
96td.blob { 96td.blob {
97 white-space: pre; 97 white-space: pre;
98 font-family: courier; 98 font-family: courier;
99 font-size: 100%; 99 font-size: 100%;
100 background-color: white; 100 background-color: white;
101} 101}
102 102
103table.log td { 103table.nowrap td {
104 white-space: nowrap; 104 white-space: nowrap;
105} 105}
106 106
107table.commit-info { 107table.commit-info {
108 border-collapse: collapse; 108 border-collapse: collapse;
109 margin-top: 1.5em; 109 margin-top: 1.5em;
110} 110}
111table.commit-info th { 111table.commit-info th {
112 text-align: left; 112 text-align: left;
113 font-weight: normal; 113 font-weight: normal;
114 padding: 0.1em 1em 0.1em 0.1em; 114 padding: 0.1em 1em 0.1em 0.1em;
115} 115}
116table.commit-info td { 116table.commit-info td {
117 font-weight: normal; 117 font-weight: normal;
118 padding: 0.1em 1em 0.1em 0.1em; 118 padding: 0.1em 1em 0.1em 0.1em;
119} 119}
120div.commit-subject { 120div.commit-subject {
121 font-weight: bold; 121 font-weight: bold;
122 font-size: 125%; 122 font-size: 125%;
123 margin: 1.5em 0em 0.5em 0em; 123 margin: 1.5em 0em 0.5em 0em;
124 padding: 0em; 124 padding: 0em;
125} 125}
126div.commit-msg { 126div.commit-msg {
127 white-space: pre; 127 white-space: pre;
128 font-family: monospace; 128 font-family: monospace;
129} 129}
130table.diffstat { 130table.diffstat {
131 border-collapse: collapse; 131 border-collapse: collapse;
132 margin-top: 1.5em; 132 margin-top: 1.5em;
133} 133}
134table.diffstat th { 134table.diffstat th {
135 font-weight: normal; 135 font-weight: normal;