syncing the adjusted styles with the git
This commit is contained in:
parent
57714e0b64
commit
d68f425ce9
@ -4,6 +4,7 @@ html{
|
||||
}
|
||||
body{
|
||||
margin:1em;
|
||||
font-family:monospace;
|
||||
font-size:16px;
|
||||
line-height: 1.3;
|
||||
background-color: rgb(255, 250, 250);
|
||||
@ -27,4 +28,4 @@ hr{
|
||||
#footer{
|
||||
max-width: 600px;
|
||||
}
|
||||
.info{font-size: smaller;}
|
||||
.info{font-size: smaller;}
|
||||
|
@ -11,7 +11,13 @@
|
||||
{% set padoftheday = pads | random %}
|
||||
<h1>{{title}}</h1>
|
||||
<div id="welcome">
|
||||
Welcome! The notes below have been deliberately published their authors in order to share their thoughts, research and process in an early form. This page represents one of Varia's low-effort publishing tools. The notes are all collected on Varia's <a href="https://pad.vvvvvvaria.org/">Etherpad instance</a>. Etherpad is used as collaborative writing tool to take notes, coordinate projects and document gatherings that happen in and around Varia. For example our notes on <a href="{{padoftheday.link}}">{{ padoftheday.padid }}</a>.
|
||||
Welcome! The notes below have been deliberately published their authors in order to share their thoughts, research and process in an early form. This page represents one of Varia's low-effort publishing tools. The notes are all collected on Varia's <a href="https://pad.vvvvvvaria.org/">Etherpad instance</a>.
|
||||
<br>
|
||||
<br>
|
||||
Etherpad is used as collaborative writing tool to take notes, coordinate projects and document gatherings that happen in and around Varia. For example our notes on <a href="{{padoftheday.link}}">{{ padoftheday.padid }}</a>.
|
||||
<br>
|
||||
<br>
|
||||
This index is updated every 60 minutes.
|
||||
</div>
|
||||
<table>
|
||||
<thead>
|
||||
|
Loading…
Reference in New Issue
Block a user