diff --git a/src/wp-content/themes/fiatlux/css/custom.css b/src/wp-content/themes/fiatlux/css/custom.css
index cb9c799..0e52c8a 100644
--- a/src/wp-content/themes/fiatlux/css/custom.css
+++ b/src/wp-content/themes/fiatlux/css/custom.css
@@ -48,4 +48,9 @@
.ml_logo_a img {
margin-top: -86px !important;
+}
+
+#ml_logo {
+ position: absolute;
+ top: 55px;
}
\ No newline at end of file
diff --git a/src/wp-content/themes/fiatlux/css/custom_options.css.php b/src/wp-content/themes/fiatlux/css/custom_options.css.php
index 8dad1d8..e86f061 100644
--- a/src/wp-content/themes/fiatlux/css/custom_options.css.php
+++ b/src/wp-content/themes/fiatlux/css/custom_options.css.php
@@ -20,8 +20,10 @@ $text_color = of_get_option('ml_text_color','#ffffff');
$text_logo = of_get_option('ml_text_logo_style');
-if ((of_get_option('ml_logo_text_or_image') == 'image') && (of_get_option('ml_logo_image'))) { $logo_height = getimagesize(of_get_option('ml_logo_image'));
- $logo_height = $logo_height[1];
+if ((of_get_option('ml_logo_text_or_image') == 'image') && (of_get_option('ml_logo_image'))) {
+ //$logo_height = getimagesize(of_get_option('ml_logo_image'));
+ //$logo_height = $logo_height[1];
+ $logo_height = 80;
}
$google_font_css_key = of_get_option('ml_google_font_css_key','Open Sans Condensed');
@@ -360,8 +362,9 @@ textarea {
/* Header Height
/*-------------------------------------------------*/
-/* logo height = px */
-.ml_logo_a img {
+ /* logo height = px */
+px;
}
.sf-menu li a {
@@ -372,15 +375,15 @@ textarea {
line-height: px;
}
.sf-menu > li.current-menu-item > a {
- height: px; /*total height minus 10px of border-bottom*/
-}
+ height: px; /* total height minus 10px of border-bottom */
+/*}
.sf-menu ul {
top: px;
}
header #ml_logo .ml_logo_arrow {
margin-top: -px;
}
-
+*/?>
diff --git a/src/wp-content/themes/fiatlux/css/error_log b/src/wp-content/themes/fiatlux/css/error_log
deleted file mode 100644
index 583ace4..0000000
--- a/src/wp-content/themes/fiatlux/css/error_log
+++ /dev/null
@@ -1,2 +0,0 @@
-[16-Sep-2011 16:24:22] PHP Warning: getimagesize(http://192.168.0.2/abeto/wp-content/uploads/2011/08/logotipo-abeto-design-horizontal.gif) [function.getimagesize]: failed to open stream: Connection timed out in /home/dqxjaadh/public_html/abetoprueba/wp-content/themes/fiatlux/css/custom_options.css.php on line 23
-[16-Sep-2011 16:30:25] PHP Warning: getimagesize(http://192.168.0.2/abeto/wp-content/uploads/2011/08/logotipo-abeto-design-horizontal.gif) [function.getimagesize]: failed to open stream: Connection timed out in /home/dqxjaadh/public_html/abetoprueba/wp-content/themes/fiatlux/css/custom_options.css.php on line 23