Skip to content

Commit

Permalink
realizando modificaciones para que tome bien el responsivo - Realice …
Browse files Browse the repository at this point in the history
…pruebas desde smpartphone
  • Loading branch information
nicrom8b committed Jul 28, 2013
1 parent 7f85a3e commit 0aa05e4
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions templates/cursophp/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,16 @@
$app = JFactory::getApplication();
?>
<!DOCTYPE html>
<meta charset="utf-8">
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<jdoc:include type="head" />
<link rel="stylesheet" type="text/css" href="templates/cursophp/bootstrap/css/bootstrap.css">
<link href="templates/cursophp/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">

</head>
<body >


<div class="row-fluid">
<div class="hero-unit" style="background-image:url(images/fondo-banner.jpg)">
<h1>Ecommer</h1>
<h3>Compra y venta</h3>
</div>
</div>


<div class="navbar navbar-inverse navbar-fixed-top">
Expand All @@ -31,13 +26,17 @@
</div>
</div>
</div>

<div class="row-fluid">
<div class="hero-unit" style="background-image:url(images/fondo-banner.jpg)">
<h1>Ecommer Jujuy</h1>
<h3>Compra y venta</h3>
</div>
</div>

<div class="container-fluid">
<div class="row-fluid">



<div class="span3">
<div class="span3">

<div class="well sidebar-nav">
<jdoc:include type="modules" name="categoria" style="none" />
Expand All @@ -54,7 +53,7 @@
<jdoc:include type="component" name='publicofinal' />
</div>
</div><!--/row-->
<!-- </div><!--/span-->
<!-- </div><!/span-->

</div><!--/row-->
</div><!--/.fluid-container-->
Expand Down

0 comments on commit 0aa05e4

Please sign in to comment.