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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user