mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-27 23:59:21 +01:00
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10355 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
14 lines
363 B
CSS
14 lines
363 B
CSS
.statustext{
|
|
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1)
|
|
progid:DXImageTransform.Microsoft.BasicImage(opacity=.5);
|
|
width: 100%;
|
|
height: 30px;
|
|
right: -5px;
|
|
top:105px;
|
|
/* left: 280px; */ /* change to -12px; when sidebar is collapsed */
|
|
}
|
|
|
|
body #content{
|
|
/* padding-top: 136px;*/
|
|
}
|