1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-22 09:56:51 +01: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: 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) 1. Modify and install Netatalk (Open Source AFP implementation)
2. Configure Netatalk 2. Configure Netatalk
3. Configure shared volumes (and Time Machine volume) 3. Configure shared volumes (and Time Machine volume)
4. Install Avahi (Open Source Bonjour implementation) 4. Install Avahi (Open Source Bonjour implementation)
5. Configure Avahi and advertise services 5. Configure Avahi and advertise services
6. Configure TimeMachine 6. Configure TimeMachine
7. Conclusion, Problems and more informations 7. Conclusion, Problems and more informations
8. Downloading and using the Server Display Icons 8. Downloading and using the Server Display Icons
9. Translations Of This Article 9. Translations Of This Article
# 1. Modify and install Netatalk # 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. ![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 list-style: none
padding-left: 2em padding-left: 2em
ul li > li
position: relative margin-bottom: .5em
margin-bottom: .5em position: relative
ul li
&:before &:before
font-size: 14px font-size: 14px
font-family: 'entypo' font-family: 'entypo'
@ -129,26 +130,22 @@ ol
counter-reset: ol-counter counter-reset: ol-counter
li li
position: relative
&:before &:before
@extend .textcenter
position: absolute position: absolute
left: -2em left: -2.5em
top: 0 top: .4em
color: #fff color: #fff
content: counter(ol-counter) content: counter(ol-counter)
counter-increment: ol-counter counter-increment: ol-counter
font-style: italic font-style: italic
font-size: 14px font-size: 14px
background: $text-color-dimmed background: $text-color-dimmed
width: 20px width: 20px
height: 20px height: 20px
border-radius: 20px border-radius: 20px
line-height: 20px line-height: 20px
display: block display: block
text-align: center
top: .2em
box-shadow: 0 1px 0 rgba(255,255,255,.7) box-shadow: 0 1px 0 rgba(255,255,255,.7)
ul, ul,