Skip to content

Commit

Permalink
Css modified
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Jun 14, 2011
1 parent c7607aa commit 7f8759a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
2 changes: 2 additions & 0 deletions private/app.log
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
2011-05-25 00:33:51,955 DEBUG 1969 140693934114560 person_speed_search():19 []
2011-05-25 00:40:08,501 DEBUG 1969 140693883758336 get_configured_logger():76 SkytoopGit logger created
2011-05-25 00:40:08,501 DEBUG 1969 140693883758336 get_configured_logger():80 Server launched in developpment mode
2011-06-14 13:24:50,066 DEBUG 5896 140376268478208 get_configured_logger():82 Skytoop logger created
2011-06-14 13:24:50,067 DEBUG 5896 140376268478208 get_configured_logger():86 Server launched in developpment mode
9 changes: 9 additions & 0 deletions sessions/127.0.0.1-0583a442-0a25-4906-9979-be5a37aaadc7
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(dp1
S'flash'
p2
S''
sS'_formkey[login]'
p3
S'b55c62e0-cada-47ef-afa6-39d9d85aa798'
p4
s.
10 changes: 5 additions & 5 deletions static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -337,16 +337,16 @@ body {


#logo {
background-image : url(../cloudy.png);
background-image : url(../logoh.png);
position : absolute;
top: 50%;
left : 50%;
margin-left : -35px;
margin-top : -24px;
margin-left : -33px;
margin-top : -30px;
right: 0;
bottom: 0;
width: 76px;
height: 49px;
width: 67px;
height: 60px;
}

#right_sidebar { width: 160px; float:right; display: none; }
Expand Down
9 changes: 9 additions & 0 deletions static/css/pres.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
text-align : left;
margin-left : 30px;
margin-top : 20px;

}

#what-is-skytoop li{
Expand Down Expand Up @@ -112,4 +113,12 @@
margin-left : 180px;
font-size : 14px;
margin-top : 20px;
}

#forkme {
width : 149px;
height : 149px;
position : absolute;
top : 0%;
left : 0%;
}

0 comments on commit 7f8759a

Please sign in to comment.