Compare commits
No commits in common. "b6c511b70850639c99068f4dd5ac98aeca03b876" and "ffad101b047c7431ed0f6361168e8b20cc383d44" have entirely different histories.
b6c511b708
...
ffad101b04
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";
|
||||
|
|
|
@ -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