Awesome, but doesn't work on older browsers:
.parent {display: flex;
align-items: center;
}
Works on older browsers:
.parent {display: table;
}
.child {
display: table-cell;
vertical-align: middle;
}
# -*- coding: utf-8 -*-
{ "keys": ["home"], "command": "move_to", "args": {"to": "bol"} }, { "keys": ["end"], "command": "move_to", "args": {"to": "eol"} }, { "keys": ["shift+home"], "command": "move_to", "args": {"to": "bol", "extend": true} }, { "keys": ["shift+end"], "command": "move_to", "args": {"to": "eol", "extend": true} },
/opt/local/etc/macports/sources.conf
replacersync://rsync.macports.org/release/ports/ [default]
http://www.macports.org/files/ports.tar.gz [default]
sudo port sync
sudo port selfupdate
Lies and more lies.
Here's how I got evolution to work with Gmail using IMAP
Receive:
IMAP
imap.gmail.com:993
SSL
Send:
SMTP
smtp.gmail.com:465
server requires authentication
ssl encryption
authentication type PLAIN
Solution: compile from source. Don’t run away screaming. It’s real easy.
1. enable universe and multiverse repositories
UbuntuGuide » general notes » how to add extra repositories
2. get your tools
sudo apt-get install checkinstall build-essential subversion
3. get the latest ffmpeg sources
cd /usr/local/src sudo svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
4. get the necessary dependencies
sudo apt-get install liblame-dev libfaad-dev libfaac-dev libxvidcore4-dev liba52-0.7.4 liba52-0.7.4-dev libx264-dev
5. configure
cd ffmpeg sudo ./configure --enable-gpl --enable-liba52 --disable-debug --enable-libmp3lame --enable-libfaad --enable-libfaac --enable-pthreads --disable-vhook
6. compile
sudo make
7. go have a snack
8. create the .deb package
sudo checkinstall
note: just press [return] each time when asked for a configuration option
9. install the .deb package
sudo dpkg -i [ffmpeg_your_version.deb]
10. rejoice "