diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-08-16 12:31:44 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-08-16 12:31:44 -0400 |
commit | a3a0e4a4e23e8f3102a5686254ac3bc7fa883cc5 (patch) | |
tree | d1e3f233dc9a40f51a055f264f86c20379eb5870 | |
parent | 3596877f543425188be39da89a5cb52e6f97957a (diff) |
add signoffs to the main menu
-rw-r--r-- | media/arch.css | 2 | ||||
-rw-r--r-- | templates/base.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/media/arch.css b/media/arch.css index 76e20669..da4ef937 100644 --- a/media/arch.css +++ b/media/arch.css @@ -25,7 +25,7 @@ body { position: absolute; top: 149px; right: 30px; - width: 600px; + width: 700px; background: #1793d1; } #main_nav ul, #dev_nav ul { diff --git a/templates/base.html b/templates/base.html index 03337bf4..0f6b5d70 100644 --- a/templates/base.html +++ b/templates/base.html @@ -32,6 +32,7 @@ <li><a href="/devel/profile/">Profile</a></li> <li><a href="http://www.archlinux.org/mailman/private/arch-dev/">Archives</a></li><li><a href="/wiki/">Dev Wiki</a></li> <li><a href="/todo/">Todos</a></li> + <li><a href="/packages/signoffs/">Signoffs</a></li> <li><a href="/news/">News</a></li> <li><a href="/devel/">Dashboard</a></li> </ul> |