Skip to content

Instantly share code, notes, and snippets.

@laurazenc
Created November 24, 2018 13:17
Show Gist options
  • Save laurazenc/03061398ecb65fc957bb6700cc412816 to your computer and use it in GitHub Desktop.
Save laurazenc/03061398ecb65fc957bb6700cc412816 to your computer and use it in GitHub Desktop.
New Tab Style - Chrome plugin extension
/* IMPORTANT: Click outside of the gray area when you finish to save the changes */
.panorama{
display: none;
}
body {
background-image: none;
background: #dedede;
}
#pivot{
display: block;
height: auto !important;
width: 720px !important;
position: relative;
margin: 0 auto;
padding: 40px 0 0;
}
/* NUEVO */
#social, #group_1 , #group_2 {
display: block;
position: relative !important;
width: 100% !important
}
#social a, #group_1 a, #group_2 a{
position: relative !important;
width: 150px !important;
height: 90px !important;
margin: 10px;
padding: 0;
top: 0 !important;
left: 0 !important;
}
.tile, .bloque{
padding-right: 0px !important;
position: relative !important;
}
.tam22, .tam42{
width: 150px !important;
height: 110px !important;
position: relative !important;
}
.etiqueta{
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment