@@ -22,23 +22,23 @@ const headerTemplate = `
22
22
body {
23
23
font-family: Roboto,Helvetica,sans-serif;
24
24
background: #ddd;
25
- margin-left: auto;
26
- margin-right: auto;
27
- margin-top: 20px;
25
+ margin: 1em auto;
28
26
max-width: 1000px;
29
27
}
30
28
li {
31
- margin-top: 1em ;
32
- margin-bottom: 1em ;
33
- margin-right: 1em ;
29
+ border-radius: 10px ;
30
+ margin: 0.5em ;
31
+ padding: 0.5em ;
34
32
}
35
33
h1 {
36
- font-size: 25px ;
34
+ font-size: 2em ;
37
35
color: #efefef;
38
36
width: 80%;
39
37
float: left;
40
38
}
41
39
ul {
40
+ padding: 0.5em;
41
+ list-style-type: none; /* Disable bullet points */
42
42
border-radius: 10px;
43
43
border:1px solid #c0c0c0;
44
44
background: #f5f5f5;
@@ -58,6 +58,9 @@ const headerTemplate = `
58
58
p {
59
59
margin: 0px;
60
60
}
61
+ #container {
62
+ margin: 1em;
63
+ }
61
64
.author {
62
65
color: #666;
63
66
}
@@ -96,7 +99,7 @@ const headerTemplate = `
96
99
font-size: 12px;
97
100
}
98
101
:target {
99
- background-color: #f6ba81 ;
102
+ background-color: #ffb772 ;
100
103
}
101
104
#left-header {
102
105
flex: 4;
@@ -132,6 +135,8 @@ const headerTemplate = `
132
135
background: #333 url('assets/open-access.svg') right/25% no-repeat;
133
136
}
134
137
#censorbib-description {
138
+ font-size: 1.15em;
139
+ text-align: justify;
135
140
padding: 1em;
136
141
flex: 5;
137
142
}
@@ -168,15 +173,9 @@ const headerTemplate = `
168
173
<div class="flex-row">
169
174
170
175
<div id="censorbib-description">
171
- CensorBib is an online archive of selected research papers in the field
172
- of Internet censorship. Most papers on CensorBib approach the topic
173
- from a technical angle, by proposing designs that circumvent censorship
174
- systems, or by measuring how censorship works. The icons next to each
175
- paper make it easy to download, cite, and link to papers. If you think
176
- I missed a paper,
177
- <a href="https://github.com/NullHypothesis/censorbib">
178
- make a pull request
179
- </a>.
176
+ CensorBib is an archive of selected academic research papers on
177
+ Internet censorship. If you think I missed a paper,
178
+ <a href="https://github.com/NullHypothesis/censorbib">make a pull request</a>.
180
179
Finally, the
181
180
<a href="https://github.com/net4people/bbs/issues">net4people/bbs forum</a>
182
181
has reading groups for many of the papers listed below.
@@ -189,7 +188,7 @@ const headerTemplate = `
189
188
</div>
190
189
<div class="menu-item">
191
190
<img class="top-icon" src="assets/update-icon.svg" alt="update icon">
192
- <a href="https://github.com/NullHypothesis/censorbib/commits/master">Last update : {{.Date}}</a>
191
+ <a href="https://github.com/NullHypothesis/censorbib/commits/master">Updated : {{.Date}}</a>
193
192
</div>
194
193
</div> <!-- censorbib-links -->
195
194
@@ -204,7 +203,7 @@ const headerTemplate = `
204
203
</div>
205
204
206
205
<div id="book-info" style="flex: 0 1 auto">
207
- Are you a researcher? If so, you may like my book
206
+ Are you a researcher? You may like my book
208
207
<a href="http://research-power-tools.com">Research Power Tools</a>.
209
208
</div>
210
209
</div>
0 commit comments