mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
Merge pull request #81 from multikatt/right_align
Right-align the services div on the WUI Welcome page, to address overlap. refs #1931
This commit is contained in:
commit
d2514e995d
2
src/allmydata/web/static/css/bootstrap.css
vendored
2
src/allmydata/web/static/css/bootstrap.css
vendored
@ -192,6 +192,8 @@ a:hover {
|
||||
width: 380px;
|
||||
}
|
||||
.span4 {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
width: 300px;
|
||||
}
|
||||
.span3 {
|
||||
|
Loading…
Reference in New Issue
Block a user