Commit a991a476e4eeaea2ad265b352ea92e86e170bf86
1 parent
835d08df
Exists in
master
and in
79 other branches
Blue carret
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
src/colab_spb_theme/static/css/header.css
... | ... | @@ -250,10 +250,13 @@ fieldset, .editionComment { |
250 | 250 | |
251 | 251 | #sobre a { |
252 | 252 | color: #2C65CD; |
253 | - /*font-size: 1.2em;*/ | |
254 | 253 | font-size: 1.4em; |
255 | 254 | } |
256 | 255 | |
256 | +#sobre a .caret { | |
257 | + border-top: 4px dashed #2C65CD; | |
258 | +} | |
259 | + | |
257 | 260 | #sobre .softwarepublico-item a { |
258 | 261 | padding: 0 8px; |
259 | 262 | } | ... | ... |