diff --git a/webapp/web/themes/vitro/css/screen.css b/webapp/web/themes/vitro/css/screen.css index f9e7de0fa..f7396dc00 100644 --- a/webapp/web/themes/vitro/css/screen.css +++ b/webapp/web/themes/vitro/css/screen.css @@ -23,4 +23,4 @@ VIVO wilma theme: screen styles @charset "UTF-8"; @import url("reset.css"); -@import url("vitro.css"); \ No newline at end of file +@import url("vitroTheme.css"); \ No newline at end of file diff --git a/webapp/web/themes/vitro/css/vitro.css b/webapp/web/themes/vitro/css/vitroTheme.css similarity index 99% rename from webapp/web/themes/vitro/css/vitro.css rename to webapp/web/themes/vitro/css/vitroTheme.css index fa8937771..e74f1f46d 100644 --- a/webapp/web/themes/vitro/css/vitro.css +++ b/webapp/web/themes/vitro/css/vitroTheme.css @@ -767,7 +767,6 @@ footer p.copyright { ul#footer-nav { float: right; list-style: none; - width: 200px; height: 20px; margin: 0; padding: 0;