Compare commits
No commits in common. "f66e1fd99d4400c6a1c98d015ad57dd5c9dcfb4a" and "19b434b1572a4400fa1d5c9210031a9d5bee459d" have entirely different histories.
f66e1fd99d
...
19b434b157
File diff suppressed because one or more lines are too long
|
@ -23,9 +23,7 @@
|
|||
content: 'Collection';
|
||||
}
|
||||
&.tech-document-link:before {
|
||||
//content: 'Keywords';
|
||||
display:inline;
|
||||
width: 0;
|
||||
content: 'Keywords';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
//@include foundation-switch;
|
||||
@include foundation-table;
|
||||
// Basic components
|
||||
//@include foundation-badge;
|
||||
@include foundation-badge;
|
||||
@include foundation-breadcrumbs;
|
||||
@include foundation-callout;
|
||||
@include foundation-card;
|
||||
|
@ -82,7 +82,6 @@
|
|||
|
||||
// global project styles
|
||||
|
||||
@import "global/print-pdf";
|
||||
@import "global/wp-overrides"; //errors
|
||||
@import "global/wp-admin"; //errors
|
||||
@import "global/typography";
|
||||
|
|
|
@ -69,25 +69,6 @@ main {
|
|||
|
||||
|
||||
|
||||
//
|
||||
// .index max-width
|
||||
//--------------
|
||||
.index {
|
||||
.entry-content,.omekas-entry-content {
|
||||
@include breakpoint(small){
|
||||
}
|
||||
@include breakpoint(medium){
|
||||
max-width: unset;
|
||||
}
|
||||
@include breakpoint(xlarge){
|
||||
max-width: unset;
|
||||
}
|
||||
@include breakpoint(xxlarge){
|
||||
max-width: 60 rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
//
|
||||
// .contain selector for max-width
|
||||
|
@ -196,11 +177,9 @@ main {
|
|||
@include flex-align(center,top);
|
||||
}
|
||||
header {
|
||||
display: none;
|
||||
|
||||
// margin-top: 2*$global-margin;
|
||||
// border-top: 1px solid $body-font-color;
|
||||
// padding: $global-padding*2 0;
|
||||
margin-top: 2*$global-margin;
|
||||
border-top: 1px solid $body-font-color;
|
||||
padding: $global-padding*2 0;
|
||||
}
|
||||
main {
|
||||
@include xy-grid;
|
||||
|
|
|
@ -17,6 +17,14 @@
|
|||
</main>
|
||||
<nav>
|
||||
<menu class="">
|
||||
<ul>
|
||||
<li>
|
||||
Este menu no lo genera Omeka.
|
||||
</li>
|
||||
<li>
|
||||
Creo que emula el menu del wordpress.
|
||||
</li>
|
||||
</ul>
|
||||
<?php /*
|
||||
echo $site->publicNav()
|
||||
->menu()
|
||||
|
|
Loading…
Reference in New Issue