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 {
|
#footer {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
padding: 1em;
|
padding: 1em 0;
|
||||||
color: #666;
|
color: #666;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-top: 1px solid #ccc;
|
border-top: 1px solid #ccc;
|
||||||
|
@ -19,9 +19,19 @@ body {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
width: 100%;
|
|
||||||
z-index: 1000;
|
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 {
|
.menu-bar-container {
|
||||||
|
Loading…
Reference in New Issue
Block a user