Compare commits
8 Commits
ffad101b04
...
b6c511b708
Author | SHA1 | Date |
---|---|---|
jorge | b6c511b708 | |
jorge | 0aa8b78b8a | |
jorge | 0ce8f05c6f | |
jorge | a0352f8762 | |
jorge | 8bf5006643 | |
chris | f26a558ff1 | |
jorge | f68954df1c | |
jorge | b7a482a8a3 |
File diff suppressed because one or more lines are too long
|
@ -23,7 +23,9 @@
|
|||
content: 'Collection';
|
||||
}
|
||||
&.tech-document-link:before {
|
||||
content: 'Keywords';
|
||||
//content: 'Keywords';
|
||||
display:inline;
|
||||
width: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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,6 +82,7 @@
|
|||
|
||||
// global project styles
|
||||
|
||||
@import "global/print-pdf";
|
||||
@import "global/wp-overrides"; //errors
|
||||
@import "global/wp-admin"; //errors
|
||||
@import "global/typography";
|
||||
|
|
|
@ -17,14 +17,6 @@
|
|||
</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