Commit 1d1a16249736f59ca749d68dd5832e0796fbf091

Authored by Leandro Arndt
2 parents f198ff04 02336c9e
Exists in master

Merge branch 'issue_12'

Showing 2 changed files with 0 additions and 12 deletions   Show diff stats
css/estilo.css
... ... @@ -196,9 +196,7 @@ h6 {
196 196  
197 197 #principal #login {
198 198 display: inline-block;
199   - width: 34%;
200 199 height: 95%;
201   - min-height: 200px;
202 200 padding: 1px;
203 201 border-bottom-right-radius: 7px;
204 202 border-bottom-left-radius: 7px;
... ...
index/index.php
... ... @@ -139,16 +139,6 @@ include("../inc/topo.php");
139 139  
140 140 <div id="links">
141 141  
142   - <table>
143   - <tr>
144   - <th>
145   - SIC - Serviço de informação ao Cidadão
146   - </th>
147   - <th>
148   - Lei de Acesso
149   - </th>
150   - <th>
151   -
152 142 <table "width: 100%;">
153 143 <tr>
154 144 <th "width: 40%;">
... ...