mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Remove margin from first item in inline menu
This commit is contained in:
parent
bd9a1b4aa5
commit
371b43a904
1 changed files with 3 additions and 0 deletions
|
@ -204,6 +204,9 @@ ul.inline {
|
|||
ul.inline li {
|
||||
display: inline;
|
||||
}
|
||||
ul.menu li:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/* Flickr thumbnails */
|
||||
#flickr {
|
||||
|
|
Loading…
Reference in a new issue