diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-28 19:43:07 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-08-28 19:43:07 +0000 |
commit | 1aeb64e14858dc7dbce6ac553fc6dc43efb29fae (patch) | |
tree | 38b6b82ff8efe60ccc3bad9a93d4e72e4b121003 /basewiki | |
parent | 4895955ceaf264c5f17b10c4009e1ab1afcc55ee (diff) | |
download | ikiwiki-1aeb64e14858dc7dbce6ac553fc6dc43efb29fae.tar ikiwiki-1aeb64e14858dc7dbce6ac553fc6dc43efb29fae.tar.gz |
* Patch from James Westby to add an actions option to inline; this
adds Edit and Discussion links at the end of blog entries.
Diffstat (limited to 'basewiki')
-rw-r--r-- | basewiki/style.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/basewiki/style.css b/basewiki/style.css index 67c8ab1d1..c03f39ea3 100644 --- a/basewiki/style.css +++ b/basewiki/style.css @@ -19,14 +19,18 @@ display: block; } -#actions ul { +.actions ul { margin: 0; padding: 6px; list-style-type: none; border-bottom: 1px solid #000; } -#actions li { +.inlinepage .actions ul { + border-bottom: 0; +} + +.actions li { display: inline; padding: .2em .4em; } |