1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-06-20 18:01:44 +02:00

updated docs style

This commit is contained in:
maximebf
2013-09-28 12:02:26 -04:00
parent ee3e1f2371
commit a13cf14e56

View File

@ -1,32 +1,14 @@
#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;
background: none;
border: 0;
padding: 30px 0 50px;
height: auto;
}
#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;
@ -38,3 +20,9 @@
padding: 0;
padding-left: 20px;
}
#header h1 a {
color: #4ad7ff;
text-decoration: none;
text-shadow: none;
}