1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 21:38:14 +01:00
php-debugbar/docs/style.css

41 lines
652 B
CSS
Raw Normal View History

2013-06-19 13:15:46 +09:00
#page {
width: 1000px;
margin: 0 auto;
padding-top: 110px;
}
#header {
background: #4ad7ff;
position: absolute;
left: 0;
top: 0;
width: 100%;
border-bottom: 8px solid #49c5eb;
padding: 0;
}
#header h1 {
font-size: 45px;
line-height: 50px;
width: 1000px;
margin: 0 auto;
display: block;
text-shadow: none;
line-height: 92px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#sidebar {
padding: 0;
padding-right: 20px;
}
#content {
width: 729px;
padding: 0;
padding-left: 20px;
}