diff options
author | Steve Dibb <beandog@gentoo.org> | 2010-04-21 09:47:40 -0600 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2010-04-21 09:47:40 -0600 |
commit | 1e5b730fc72b911b00f4d1d01ab7bc032754fc3e (patch) | |
tree | 020ac12051ee72a80e8ccff2e85b6ff1f6f7712f /css | |
parent | recent updates (diff) | |
download | znurt-org-frontend-1e5b730fc72b911b00f4d1d01ab7bc032754fc3e.tar.gz znurt-org-frontend-1e5b730fc72b911b00f4d1d01ab7bc032754fc3e.tar.bz2 znurt-org-frontend-1e5b730fc72b911b00f4d1d01ab7bc032754fc3e.zip |
Diffstat (limited to 'css')
-rw-r--r-- | css/fr.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/css/fr.css b/css/fr.css new file mode 100644 index 0000000..314885b --- /dev/null +++ b/css/fr.css @@ -0,0 +1,9 @@ + #header #logo { + background: url('../img/french_gentoo_ebuilds.png') no-repeat; + position: absolute; + width: 307px; + height: 123px; + display: block; + top: 30px; + left: 50px; + } |