Changeset - 24ca2cf66d8d
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-11-06 23:56:38
bkuhn@ebb.org
Color the text what was once the background.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
local.css
Show inline comments
...
 
@@ -4,13 +4,12 @@ body {
 
footer {
 
  margin-top: 100px;
 
  border-top: 1px solid rgb(229, 229, 229);
 
  padding-top: 40px;
 
  padding-bottom: 30px;
 
}
 

	
 
.copyleft-navbar.navbar-default .navbar-nav > li > a:focus,
 
.copyleft-navbar.navbar-default .navbar-nav > li > a:active,
 
.copyleft-navbar.navbar-default .navbar-nav > li > a:hover,
 
.copyleft-navbar.navbar-default .navbar-nav > li > a,
 
.copyleft-navbar.navbar-default .navbar-brand,
 
.copyleft-navbar {
...
 
@@ -21,12 +20,13 @@ footer {
 
{
 
}
 
.copyleft-navbar .createlink a:focus,
 
.copyleft-navbar .createlink a:active,
 
.copyleft-navbar .createlink a:hover,
 
.copyleft-navbar .createlink a {
 
  color: #577632;
 
  padding-top: 15px;
 
  padding-bottom: 15px;
 
}
 
a.idOnly {
 
text-decoration: none !important;
 
}
...
 
\ No newline at end of file
0 comments (0 inline, 0 general)