Commit c251240b2f5614e4596586c8c3f9d19076045b08
1 parent
3ead7055
Exists in
master
and in
7 other branches
--no commit message
Showing
1 changed file
with
8 additions
and
8 deletions
Show diff stats
init/index.php
... | ... | @@ -164,7 +164,7 @@ a { |
164 | 164 | text-decoration: none; |
165 | 165 | font-size: 14px; |
166 | 166 | color: #26298D; |
167 | - outline : none; | |
167 | + outline: none; | |
168 | 168 | } |
169 | 169 | |
170 | 170 | A:hover { |
... | ... | @@ -172,7 +172,7 @@ A:hover { |
172 | 172 | } |
173 | 173 | |
174 | 174 | .borda { |
175 | - background-color: #4682b4; | |
175 | + background-color: #4682b4; | |
176 | 176 | padding: 5px 0px 5px 0px; |
177 | 177 | text-align: left; |
178 | 178 | width: 100%; |
... | ... | @@ -182,9 +182,8 @@ A:hover { |
182 | 182 | <body class=" yui-skin-sam " style="background-color: rgb(250, 250, 250);"> |
183 | 183 | <div class="borda"> |
184 | 184 | <div id="bandeiras"></div> |
185 | - <div style="text-align:center"> | |
186 | - <a href="http://www.softwarepublico.gov.br" target="_blank" style="color: white;"> | |
187 | - <b><?php echo $mensagemInicia;?></b> | |
185 | + <div style="text-align: center"> | |
186 | + <a href="http://www.softwarepublico.gov.br" target="_blank" style="color: white;"> <b><?php echo $mensagemInicia;?> </b> | |
188 | 187 | </a> |
189 | 188 | </div> |
190 | 189 | </div> |
... | ... | @@ -196,7 +195,7 @@ A:hover { |
196 | 195 | <div id="botoes" style="width: 100%;"></div> |
197 | 196 | <script>mostraBotoes();</script> |
198 | 197 | <div class="r"> |
199 | - <div class="ri" > | |
198 | + <div class="ri"> | |
200 | 199 | <script type='text/javascript' src='https://www.openhub.net/p/i3geo/widgets/project_users?format=js&style=blue'></script> |
201 | 200 | </div> |
202 | 201 | </div> |
... | ... | @@ -209,8 +208,9 @@ A:hover { |
209 | 208 | </div> |
210 | 209 | </div> |
211 | 210 | <div class="r" style="width: 230px; height: 380px;"> |
212 | - <div class="ri" > | |
213 | - <a class="twitter-timeline" href="https://twitter.com/search?q=@i3geo" data-widget-id="288053202174222336" width="220" height="350">Tweets #i3Geo</a> | |
211 | + <div class="ri"> | |
212 | + <a class="twitter-timeline" href="https://twitter.com/hashtag/i3geo" data-widget-id="643417277208133633">i3geo Tweets</a> | |
213 | + <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> | |
214 | 214 | </div> |
215 | 215 | </div> |
216 | 216 | <div class="r" style="width: 345px; height: 220px;"> | ... | ... |