changeset: 144:a3f3690d0382
tag: tip
user: arg_AT_www.suckless.org
date: Tue Sep 09 20:53:13 2008 +0100
files: dwm/index.md index.md programs/dmenu.md style.css
description:
new dmenu-3.9, dwm-5.2 releases, some style changes
diff -r 1994aa21cd87 -r a3f3690d0382 dwm/index.md
--- a/dwm/index.md Sat Sep 06 10:59:15 2008 -0700
+++ b/dwm/index.md Tue Sep 09 20:53:13 2008 +0100
_AT_@ -48,7 +48,7 @@
Download
--------
* [MIT/X Consortium license](
http://code.suckless.org/hg/dwm/raw-file/tip/LICENSE)
-* [dwm 5.1](
http://code.suckless.org/dl/dwm/dwm-5.1.tar.gz) (18kb) (20080729)
+* [dwm 5.2](
http://code.suckless.org/dl/dwm/dwm-5.2.tar.gz) (18kb) (20080909)
* See also [dmenu](/programs/dmenu.html)
Development
diff -r 1994aa21cd87 -r a3f3690d0382 index.md
--- a/index.md Sat Sep 06 10:59:15 2008 -0700
+++ b/index.md Tue Sep 09 20:53:13 2008 +0100
_AT_@ -6,6 +6,12 @@
software with a focus on simplicity, clarity, and frugality.
Read more about our [philosophy here](/common/index.html).
+
+09/09/2008
+----------
+New [dwm](/dwm/index.html) release: [dwm-5.2](
http://code.suckless.org/dl/dwm/dwm-5.2.tar.gz)
+
+New [dmenu](/programs/dmenu.html) release: [dmenu-3.9](
http://code.suckless.org/dl/tools/dmenu-3.9.tar.gz)
09/08/2008
----------
_AT_@ -17,10 +23,6 @@
29/07/2008
----------
-New [dwm](/dwm/index.html) release: [dwm-5.1](
http://code.suckless.org/dl/dwm/dwm-5.1.tar.gz)
-
-New [dmenu](/programs/dmenu.html) release: [dmenu-3.8](
http://code.suckless.org/dl/tools/dmenu-3.8.tar.gz)
-
New [sic](/programs/sic.html) release: [sic-1.0](
http://code.suckless.org/dl/tools/sic-1.0.tar.gz)
New [slock](/programs/slock.html) release: [slock-0.9](
http://code.suckless.org/dl/tools/slock-0.9.tar.gz)
diff -r 1994aa21cd87 -r a3f3690d0382 programs/dmenu.md
--- a/programs/dmenu.md Sat Sep 06 10:59:15 2008 -0700
+++ b/programs/dmenu.md Tue Sep 09 20:53:13 2008 +0100
_AT_@ -6,7 +6,7 @@
Download
--------
-* [dmenu-3.8](
http://code.suckless.org/dl/tools/dmenu-3.8.tar.gz) (20080729)
+* [dmenu-3.9](
http://code.suckless.org/dl/tools/dmenu-3.9.tar.gz) (20080909)
Mailing list
------------
diff -r 1994aa21cd87 -r a3f3690d0382 style.css
--- a/style.css Sat Sep 06 10:59:15 2008 -0700
+++ b/style.css Tue Sep 09 20:53:13 2008 +0100
_AT_@ -5,7 +5,7 @@
}
body {
font-family: verdana, arial, sans-serif;
- font-size: 1em;
+ font-size: 10pt;
background-color: #dddddd;
color: #222222;
padding: 0;
_AT_@ -35,7 +35,7 @@
border: 1px solid #cccccc;
border-width: 1px 1px 0 1px;
margin: 10px 10px 0px 10px;
- font-size: 14px;
+ font-size: 12pt;
padding: 5px 10px 5px 10px;
}
#path a {
_AT_@ -100,18 +100,19 @@
margin: .5em 0;
}
#content h1 {
- font-size: 1.5em;
+ font-size: 16pt;
font-weight: normal;
text-transform: uppercase;
}
#content h2 {
- font-size: 1.2em;
+ font-size: 14pt;
font-weight: normal;
border-bottom: 1px #cccccc dotted;
background-color: inherit;
color: #444;
}
#content h3 {
+ font-size: 12pt;
font-weight: normal;
}
#footer {
Received on Tue Sep 09 2008 - 21:53:20 CEST