User:JFletcher/vector.css: Difference between revisions

Making the banner stay at the top when scrolling down - That has annoyed me from the start
(Some edits to the "personal links" bar at the top right of the screen)
 
(Making the banner stay at the top when scrolling down - That has annoyed me from the start)
Line 7: Line 7:
#p-personal ul{
#p-personal ul{
   padding:0;
   padding:0;
}
/* Making the banner stay at the top when scrolling down - That has annoyed me from the start */
body{
  background-attachment:scroll;
}
}