1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-28 16:48:00 +02:00

list fixes

This commit is contained in:
Matthias Kretschmann 2014-07-13 01:38:21 +02:00
parent 187bcdd517
commit 9cf805f308
2 changed files with 7 additions and 34 deletions

View File

@ -30,40 +30,16 @@ Personally I use a fresh installation of Ubuntu 8.04 Hardy Heron Desktop version
Here are the steps involved in setting up your Ubuntu box as a Mac file server:
1. Modify and install Netatalk (Open Source AFP implementation)
2. Configure Netatalk
3. Configure shared volumes (and Time Machine volume)
4. Install Avahi (Open Source Bonjour implementation)
5. Configure Avahi and advertise services
6. Configure TimeMachine
7. Conclusion, Problems and more informations
8. Downloading and using the Server Display Icons
9. Translations Of This Article
# 1. Modify and install Netatalk
![Netatalk icon](/media/netatalk.png)[Netatalk](http://netatalk.sourceforge.net/) is the Open Source implementation of AFP. Mac OS X requires encryption to work properly but the standard package of netatalk provided in the Ubuntu repositories doesn't include this feature. So we have to build our own netatalk package from the sources with the encryption feature enabled.

View File

@ -105,10 +105,11 @@ ol
list-style: none
padding-left: 2em
ul li
position: relative
margin-bottom: .5em
> li
margin-bottom: .5em
position: relative
ul li
&:before
font-size: 14px
font-family: 'entypo'
@ -129,26 +130,22 @@ ol
counter-reset: ol-counter
li
position: relative
&:before
@extend .textcenter
position: absolute
left: -2em
top: 0
left: -2.5em
top: .4em
color: #fff
content: counter(ol-counter)
counter-increment: ol-counter
font-style: italic
font-size: 14px
background: $text-color-dimmed
width: 20px
height: 20px
border-radius: 20px
line-height: 20px
display: block
text-align: center
top: .2em
box-shadow: 0 1px 0 rgba(255,255,255,.7)
ul,