We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bc384 commit 1bd5007Copy full SHA for 1bd5007
css/default.css
@@ -96,7 +96,7 @@ a img {
96
position: absolute;
97
98
top: 180px;
99
- left: 40px;
+ left: 200px;
100
101
padding-left: 100px;
102
install/apt-get.sh
@@ -8,5 +8,5 @@ if [ "x$?" == "x0" ]; then
8
echo "install the stuff we need."
9
echo "This needs sudo rights."
10
11
- sudo apt-get install apache2 php5 php5-mysql mysql-server
+ sudo apt-get install apache2 php5 php5-mysql mysql-server php5-cli
12
fi
0 commit comments