Styling tweaks.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@349 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
parent
c6cd48a6d2
commit
00cce1b99a
@ -190,7 +190,7 @@ img {
|
||||
|
||||
#footer {
|
||||
font-size: 80%;
|
||||
padding: 1em;
|
||||
padding: 1em 0;
|
||||
color: #666;
|
||||
text-align: center;
|
||||
border-top: 1px solid #ccc;
|
||||
|
@ -19,9 +19,19 @@ body {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
z-index: 1000;
|
||||
background: #eee;
|
||||
padding: 0.5em 0;
|
||||
width: 100%;
|
||||
border-top: none;
|
||||
background: #ccc;
|
||||
color: #888;
|
||||
}
|
||||
#footer a {
|
||||
color: #66c;
|
||||
text-decoration: none;
|
||||
}
|
||||
#footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.menu-bar-container {
|
||||
|
Loading…
Reference in New Issue
Block a user